From 4aea250bcd420f7c38b240753486e54447591748 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:15:09 +0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 423551a..e04a70b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # core-android + +## Topics +1. [Introduciton](#introduction) +2. [Disclaimer](#disclaimer) +3. [Current features](#current-features) +4. [Build from gomobile](#build-from-gomobile) +5. [Implementation](#implementation) +6. [Indentified issues](#indentified-issues) + +## Introduction Testing playground to support the peernet protocol on android phones. The implementation above is a proof of concept android application. There is currently no modifications done to the peernet core to get it running on android phones. As a brief the entire project is done using Kotlin with Go mobile. @@ -123,7 +133,7 @@ git clone https://github.com/PeernetOfficial/core-android ## Implementation - // Todo -## Indentified issue +## Indentified issues The core-android only supports upto Android API level 29. ### Api level 30 issue