File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
accompanist = " 0.34.0"
3
3
androidDesugarJdkLibs = " 2.0.4"
4
4
# AGP and tools should be updated together
5
- androidGradlePlugin = " 8.3 .0"
6
- androidTools = " 31.3 .0"
5
+ androidGradlePlugin = " 8.4 .0"
6
+ androidTools = " 31.4 .0"
7
7
androidxActivity = " 1.8.0"
8
8
androidxAppCompat = " 1.6.1"
9
9
androidxBrowser = " 1.8.0"
@@ -18,7 +18,7 @@ androidxDataStore = "1.0.0"
18
18
androidxEspresso = " 3.5.1"
19
19
androidxHiltNavigationCompose = " 1.2.0"
20
20
androidxLifecycle = " 2.7.0"
21
- androidxMacroBenchmark = " 1.2.2 "
21
+ androidxMacroBenchmark = " 1.2.4 "
22
22
androidxMetrics = " 1.0.0-alpha04"
23
23
androidxNavigation = " 2.8.0-alpha06"
24
24
androidxProfileinstaller = " 1.3.1"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -40,5 +40,6 @@ dependencies {
40
40
41
41
androidTestImplementation(libs.androidx.work.testing)
42
42
androidTestImplementation(libs.hilt.android.testing)
43
+ androidTestImplementation(libs.kotlinx.coroutines.guava)
43
44
androidTestImplementation(projects.core.testing)
44
45
}
You can’t perform that action at this time.
0 commit comments