Skip to content

Commit 84134bf

Browse files
committed
PR updates
1 parent c6104f0 commit 84134bf

39 files changed

+3
-3
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ include(":hello-swift-callback")
2727
include(":hello-swift-library")
2828
include(":native-activity")
2929
include(":hashing-lib")
30-
project(":hashing-lib").projectDir = file("hashing-example/hashing-lib")
30+
project(":hashing-lib").projectDir = file("swift-java-hashing-example/hashing-lib")
3131
include(":hashing-app")
32-
project(":hashing-app").projectDir = file("hashing-example/hashing-app")
32+
project(":hashing-app").projectDir = file("swift-java-hashing-example/hashing-app")
File renamed without changes.

hashing-example/README.md renamed to swift-java-hashing-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you can build and run this project, you need to have the following instal
2121

2222
* **Java Development Kit (JDK)**: We recommend using JDK 21. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
2323
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
24-
* **Swift SDK for Android**: You need to install the [Swift Android SDK](https://github.com/swift-android-sdk/swift-android-sdk/releases)
24+
* **Swift SDK for Android**: You need to install the [Swift Android SDK](https://swift.org/install)
2525

2626
## Setup and Configuration
2727

0 commit comments

Comments
 (0)