Skip to content

Commit 94a5cb0

Browse files
committed
Update link to official Swift SDK for Android
1 parent 039c6ae commit 94a5cb0

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Swift Android Examples
22

3-
This repository contains sample applications that demonstrate how to use Swift with Android development using the [Swift Android SDK](https://www.swift.org/). Each sample showcases different integration patterns and use cases for Swift on Android.
3+
This repository contains example applications that demonstrate how to use Swift with Android development using the [Swift SDK for Android](https://swift.org/install). Each example showcases different integration patterns and use cases for Swift on Android.
44

5-
## Available Samples
5+
## Available Examples
66

77
- **[hello-swift](hello-swift/)** - basic Swift integration that calls a Swift function.
88
- **[hello-swift-callback](hello-swift-callback/)** - demonstrates bidirectional communication with Swift timer callbacks updating Android UI.

hello-swift-callback/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you can build and run this project, you need to have the following instal
1717

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

2222
## Running the example
2323

@@ -30,7 +30,7 @@ Before you can build and run this project, you need to have the following instal
3030
## Building from command line
3131

3232
```bash
33-
# Build the sample
33+
# Build the example
3434
./gradlew :hello-swift-callback:assembleDebug
3535

3636
# Install on device/emulator

hello-swift-library/README.md

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

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

2020
## Building the library
2121

hello-swift/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you can build and run this project, you need to have the following instal
1717

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

2222
## Running the example
2323

@@ -30,7 +30,7 @@ Before you can build and run this project, you need to have the following instal
3030
## Building from command line
3131

3232
```bash
33-
# Build the sample
33+
# Build the example
3434
./gradlew :hello-swift:assembleDebug
3535

3636
# Install on device/emulator

native-activity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you can build and run this project, you need to have the following instal
1717

1818
* **Java Development Kit (JDK)**: We recommend using JDK 21. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
1919
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
20-
* **Swift SDK for Android**: You need to install the [Swift Android SDK](https://github.com/swift-android-sdk/swift-android-sdk/releases)
20+
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
2121
* **Device/emulator with OpenGL ES support**
2222

2323
## Running the example
@@ -31,7 +31,7 @@ Before you can build and run this project, you need to have the following instal
3131
## Building from command line
3232

3333
```bash
34-
# Build the sample
34+
# Build the example
3535
./gradlew :native-activity:assembleDebug
3636

3737
# Install on device/emulator

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://swift.org/install)
24+
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
2525

2626
## Setup and Configuration
2727

0 commit comments

Comments
 (0)