Skip to content

Commit aab7e88

Browse files
authored
Merge pull request swiftlang#12 from swiftlang/hashing-library-instruction-fix
2 parents d826553 + dd1431b commit aab7e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-swift-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Next, let's prepare and publish the swift-java support libraries:
8080

8181
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.
8282
```bash
83-
./gradlew :hashing-lib:assembleRelease
83+
./gradlew :hello-swift-java-hashing-lib:assembleRelease
8484
```
8585

8686
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`.

0 commit comments

Comments
 (0)