Skip to content

Commit dfc14b2

Browse files
committed
cleanup dependencies
1 parent a02f6d3 commit dfc14b2

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,11 @@
22
agp = "8.6.1"
33
kotlin = "1.9.0"
44
coreKtx = "1.13.1"
5-
junit = "4.13.2"
6-
junitVersion = "1.2.1"
7-
espressoCore = "3.6.1"
8-
lifecycleRuntimeKtx = "2.8.6"
9-
activityCompose = "1.9.2"
10-
composeBom = "2024.04.01"
115
activityKtx = "1.9.3"
12-
appcompat = "1.7.0"
13-
material = "1.12.0"
146

157
[libraries]
168
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
17-
junit = { group = "junit", name = "junit", version.ref = "junit" }
18-
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
19-
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
20-
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
21-
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
22-
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
23-
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
24-
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
25-
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
26-
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
27-
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
28-
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
29-
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
309
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
31-
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
32-
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
3310

3411
[plugins]
3512
android-application = { id = "com.android.application", version.ref = "agp" }
File renamed without changes.

stone/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ android {
2828
kotlinOptions {
2929
jvmTarget = "1.8"
3030
}
31+
}
32+
33+
kotlin {
34+
jvmToolchain(17)
3135
}

0 commit comments

Comments
 (0)