Skip to content

Commit d826553

Browse files
authored
Merge pull request #10 from swiftlang/wip-examples-reorg
2 parents de35c0a + 9b9e661 commit d826553

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)