Skip to content

Commit b4ce155

Browse files
authored
Version 4.0
1 parent 8101cbb commit b4ce155

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

gradle/libs.versions.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[versions]
2+
agp = "8.6.0"
3+
junit = "4.13.2"
4+
junitVersion = "1.2.1"
5+
espressoCore = "3.6.1"
6+
appcompat = "1.7.0"
7+
material = "1.12.0"
8+
annotationJvm = "1.8.2"
9+
kotlin = "1.9.0"
10+
lifecycleRuntimeKtx = "2.6.1"
11+
activityCompose = "1.9.3"
12+
composeBom = "2024.04.01"
13+
14+
[libraries]
15+
junit = { group = "junit", name = "junit", version.ref = "junit" }
16+
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
17+
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
18+
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
19+
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
20+
annotation-jvm = { group = "androidx.annotation", name = "annotation-jvm", version.ref = "annotationJvm" }
21+
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
22+
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
23+
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
24+
ui = { group = "androidx.compose.ui", name = "ui" }
25+
ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
26+
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
27+
ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
28+
ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
29+
ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
30+
material3 = { group = "androidx.compose.material3", name = "material3" }
31+
32+
[plugins]
33+
android-application = { id = "com.android.application", version.ref = "agp" }
34+
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
35+

gradle/wrapper/gradle-wrapper.jar

-333 Bytes
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Feb 06 00:06:22 IST 2022
1+
#Tue Sep 17 19:27:14 IST 2024
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)