From 656478b9db7f5457d521d6d7e536ec5352631b9f Mon Sep 17 00:00:00 2001 From: Ajin Asokan Date: Tue, 9 Aug 2022 12:57:40 +0530 Subject: [PATCH] docs: new base app size, built time due to v2 sign --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b43471f..f7ca23f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Features -- Base project has zero dependencies. APK is 6 KB. -- Builds base project in 2 seconds. +- Base project has zero dependencies. APK is <20 KB. +- Builds base project in <3 seconds. - Can use external JAR libraries. - Can use external native shared libs built with C/Go/Rust etc. - Code completion can be setup in VSCode or other editors.