Skip to content

Commit 4496627

Browse files
committed
Upgrade AGP to 8.4.0, Android Build Tools to 31.4.0, and Gradle to 8.7.
1 parent 7f2ce57 commit 4496627

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
accompanist = "0.34.0"
33
androidDesugarJdkLibs = "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"
77
androidxActivity = "1.8.0"
88
androidxAppCompat = "1.6.1"
99
androidxBrowser = "1.8.0"
@@ -18,7 +18,7 @@ androidxDataStore = "1.0.0"
1818
androidxEspresso = "3.5.1"
1919
androidxHiltNavigationCompose = "1.2.0"
2020
androidxLifecycle = "2.7.0"
21-
androidxMacroBenchmark = "1.2.2"
21+
androidxMacroBenchmark = "1.2.4"
2222
androidxMetrics = "1.0.0-alpha04"
2323
androidxNavigation = "2.8.0-alpha06"
2424
androidxProfileinstaller = "1.3.1"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

sync/work/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)