File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed
Expand file tree Collapse file tree 5 files changed +15
-14
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.2"
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.3 "
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 @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343%JAVA_EXE% -version > NUL 2 >& 1
4444if %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
5252goto fail
5353
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757
5858if 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
6666goto fail
6767
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