From 7d0a69a099de346bcbe1e70a0eff89ea4a3372d1 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 7 Jan 2022 22:03:28 +0100 Subject: [PATCH] Ensure the Android library includes the native olm libraries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737ae58..38a2bfe 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ documentation contains instructions on how to set up twine (Python) and npm (JavaScript) to upload to the registry. To publish the Android library to MavenCentral (you will need some secrets), in the /android folder: - - Run the command `./gradlew clean publish --no-daemon --no-parallel --stacktrace`. + - Run the command `./gradlew clean build publish --no-daemon --no-parallel --stacktrace`. The generated AAR must be approx 500 kb. - Connect to https://s01.oss.sonatype.org - Click on Staging Repositories and check the the files have been uploaded - Click on close