Skip to content

Commit 1a42aaf

Browse files
authored
Apply suggestions from code review
1 parent 28ddf6d commit 1a42aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-java-hashing-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Currently these examples utilize very recent nightly Swift Android SDK versions.
3232
You can follow [these instructions](https://www.swift.org/documentation/articles/swift-android-getting-started.html) to install an appropriate Swift SDK for Android.
3333

3434
### Publish `swift-java` packages locally
35-
As the `swift-java` project does not yet publish the necessary Java packages needed at runtime, we need to do it ourself, by performing the following steps:
35+
As the `swift-java` project does not yet publish the necessary Java packages needed at runtime, we need to do it ourselves, by performing the following steps:
3636

3737
> Note: This step will not be necessary once swift-java publishes releases.
3838
39-
In order to publish all artifacts from this library, you must use JDK 25, because some parts of swift-java are built for most recent Java versions. You will not have to use JDK 25 for the rest of the development process.
39+
In order to publish all artifacts from this library, you must use JDK 25, because some parts of swift-java are built for the most recent Java versions. You will not have to use JDK 25 for the rest of the development process.
4040
A simple way to install and manage local Java installations is [sdkman](https://sdkman.io):
4141

4242
> Note: You will _not_ have to use most recent Java versions for your Android app, and the example currently targets Java language version 11.

0 commit comments

Comments
 (0)