Skip to content

Commit 9b9e661

Browse files
committed
Reorganize example names
Based on public reception, people were immediately opening up the "simplest name" looking one, and then taken aback by the low-level JNI bridging full of unsafe code and cdecl etc. We should make it clear that those examples are just that: low level and raw jni examples, as compared to other ones using swift-java interop. It should be easier to discover the swift-java example, because that provides a better first impression, and long term user experience.
1 parent de35c0a commit 9b9e661

File tree

109 files changed

+49
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+49
-42
lines changed

README.md

Lines changed: 7 additions & 4 deletions
File renamed without changes.

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

Lines changed: 3 additions & 4 deletions
File renamed without changes.

swift-java-hashing-example/hashing-app/build.gradle.kts renamed to hello-swift-java/hashing-app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ android {
4040
}
4141

4242
dependencies {
43-
4443
implementation(libs.androidx.core.ktx)
4544
implementation(libs.androidx.lifecycle.runtime.ktx)
4645
implementation(libs.androidx.activity.compose)
@@ -49,7 +48,7 @@ dependencies {
4948
implementation(libs.androidx.ui.graphics)
5049
implementation(libs.androidx.ui.tooling.preview)
5150
implementation(libs.androidx.material3)
52-
implementation(project(":hashing-lib"))
51+
implementation(project(":hello-swift-java-hashing-lib"))
5352
testImplementation(libs.junit)
5453
androidTestImplementation(libs.androidx.junit)
5554
androidTestImplementation(libs.androidx.espresso.core)

0 commit comments

Comments
 (0)