Skip to content

Commit 6d1672b

Browse files
committed
adapt a bit to existing examples
1 parent 47bbf7c commit 6d1672b

Some content is hidden

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

50 files changed

+67
-800
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ espressoCore = "3.7.0"
88
appcompat = "1.7.1"
99
material = "1.12.0"
1010
constraintlayout = "2.2.1"
11+
lifecycleRuntimeKtx = "2.9.2"
12+
activityCompose = "1.10.1"
13+
composeBom = "2024.09.00"
1114

1215
[libraries]
1316
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -17,9 +20,19 @@ androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-co
1720
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
1821
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
1922
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
23+
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
24+
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
25+
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
26+
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
27+
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
28+
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
29+
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
30+
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
31+
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
32+
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
2033

2134
[plugins]
2235
android-application = { id = "com.android.application", version.ref = "agp" }
2336
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
2437
android-library = { id = "com.android.library", version.ref = "agp" }
25-
38+
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

hashing-example/HashingApp/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

hashing-example/HashingApp/build.gradle.kts

Lines changed: 0 additions & 6 deletions
This file was deleted.

hashing-example/HashingApp/gradle.properties

Lines changed: 0 additions & 23 deletions
This file was deleted.

hashing-example/HashingApp/gradle/libs.versions.toml

Lines changed: 0 additions & 32 deletions
This file was deleted.
-57.8 KB
Binary file not shown.

hashing-example/HashingApp/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

hashing-example/HashingApp/gradlew

Lines changed: 0 additions & 185 deletions
This file was deleted.

hashing-example/HashingApp/gradlew.bat

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)