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 22accompanist = " 0.34.0"
33androidDesugarJdkLibs = " 2.0.4"
44# 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"
77androidxActivity = " 1.8.0"
88androidxAppCompat = " 1.6.1"
99androidxBrowser = " 1.8.0"
@@ -18,7 +18,7 @@ androidxDataStore = "1.0.0"
1818androidxEspresso = " 3.5.1"
1919androidxHiltNavigationCompose = " 1.2.0"
2020androidxLifecycle = " 2.7.0"
21- androidxMacroBenchmark = " 1.2.2 "
21+ androidxMacroBenchmark = " 1.2.4 "
2222androidxMetrics = " 1.0.0-alpha04"
2323androidxNavigation = " 2.8.0-alpha06"
2424androidxProfileinstaller = " 1.3.1"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -40,5 +40,6 @@ dependencies {
4040
4141 androidTestImplementation(libs.androidx.work.testing)
4242 androidTestImplementation(libs.hilt.android.testing)
43+ androidTestImplementation(libs.kotlinx.coroutines.guava)
4344 androidTestImplementation(projects.core.testing)
4445}
You can’t perform that action at this time.
0 commit comments