Fix docs typo in Gradle build task

This commit is contained in:
thunderbiscuit 2022-04-17 08:45:33 -04:00
parent 12e04a634b
commit 4dc4182236
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -82,7 +82,7 @@ rustup target add x86_64-apple-darwin aarch64-apple-darwin
./gradlew :jvm:buildJvmLib ./gradlew :jvm:buildJvmLib
# build Android library # build Android library
./gradlew :jvm:buildAndroidLib ./gradlew :android:buildAndroidLib
``` ```
8. Start android emulator and run tests 8. Start android emulator and run tests
```sh ```sh