Ensure the Android library includes the native olm libraries
This commit is contained in:
parent
2c6b9d5e3a
commit
7d0a69a099
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue