From dd1431b9a123e193a49c88b2f11b9b39a3de4cf7 Mon Sep 17 00:00:00 2001 From: Andrew Druk Date: Tue, 28 Oct 2025 22:07:24 +0200 Subject: [PATCH] Update instruction for hashing library --- hello-swift-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-swift-java/README.md b/hello-swift-java/README.md index edd512a..70d8830 100644 --- a/hello-swift-java/README.md +++ b/hello-swift-java/README.md @@ -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`.