Skip to content

Commit b85cf7d

Browse files
authored
Merge pull request #1434 from lihenggui/ml/agp8_4
Upgrade AGP to 8.4.0, Android Build Tools to 31.4.0, and Gradle to 8.7.
2 parents ab8ddc3 + a7fb45c commit b85cf7d

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
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.2"
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.3"
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.jar

-9 Bytes
Binary file not shown.

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

gradlew.bat

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343
%JAVA_EXE% -version >NUL 2>&1
4444
if %ERRORLEVEL% equ 0 goto execute
4545

46-
echo.
47-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48-
echo.
49-
echo Please set the JAVA_HOME variable in your environment to match the
50-
echo location of your Java installation.
46+
echo. 1>&2
47+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
48+
echo. 1>&2
49+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
50+
echo location of your Java installation. 1>&2
5151

5252
goto fail
5353

@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757

5858
if exist "%JAVA_EXE%" goto execute
5959

60-
echo.
61-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62-
echo.
63-
echo Please set the JAVA_HOME variable in your environment to match the
64-
echo location of your Java installation.
60+
echo. 1>&2
61+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
62+
echo. 1>&2
63+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
64+
echo location of your Java installation. 1>&2
6565

6666
goto fail
6767

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)