Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hello-swift-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Next, let's prepare and publish the swift-java support libraries:

1. Run the Gradle assemble command from the root directory. This will compile the Swift code for all supported Android ABIs (arm64-v8a, armeabi-v7a, x86_64), run the `jextract` plugin, and package everything into an `.aar` file.
```bash
./gradlew :hashing-lib:assembleRelease
./gradlew :hello-swift-java-hashing-lib:assembleRelease
```

3. After a successful build, the Android library will be located at `swift-java-hashing-example/hashing-lib/build/outputs/aar/hashing-lib-release.aar`.