Skip to content

Commit a038261

Browse files
committed
test(deps): bump android native dependencies
1 parent 9dc48be commit a038261

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

tests/android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ buildscript {
66

77
ext.ndkVersion = "25.1.8937393"
88

9-
ext.kotlinVersion = '1.8.22' // https://kotlinlang.org/releases.html
9+
ext.kotlinVersion = '1.9.22' // https://kotlinlang.org/releases.html
1010
ext.supportLibVersion = '1.12.0' // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
1111
ext.appCompatVersion = '1.6.1' // this maps to androidx.appcompat https://developer.android.com/jetpack/androidx/releases/appcompat
1212
ext.supportVersion = ext.supportLibVersion
1313
ext.frescoVersion = '3.1.3' // https://github.com/facebook/fresco/releases
1414
ext.fragmentVersion = '1.6.1' // https://developer.android.com/jetpack/androidx/releases/fragment
1515
ext.vectordrawableVersion = '1.1.0' // https://developer.android.com/jetpack/androidx/releases/vectordrawable
16-
ext.androidxAnnotationVersion = '1.7.0' // https://developer.android.com/jetpack/androidx/releases/annotation
17-
ext.googlePlayServicesLocationVersion = '21.0.1' // https://developers.google.com/android/guides/setup
18-
ext.googlePlayServicesVersion = '18.2.0' // play-services-base
16+
ext.androidxAnnotationVersion = '1.7.1' // https://developer.android.com/jetpack/androidx/releases/annotation
17+
ext.googlePlayServicesLocationVersion = '21.1.0' // https://developers.google.com/android/guides/setup
18+
ext.googlePlayServicesVersion = '18.3.0' // play-services-base
1919
ext.googlePlayServicesAuthVersion = '20.7.0' // play-services-auth
2020
ext.googlePlayServicesVisionVersion = '20.1.3' // play-services-vision
2121
ext.googlePlayServicesIidVersion = '17.0.0' // play-services-iid - deprecated, device-info only
22-
ext.mediaCompatVersion = '1.6.0' // https://developer.android.com/jetpack/androidx/releases/media
22+
ext.mediaCompatVersion = '1.7.0' // https://developer.android.com/jetpack/androidx/releases/media
2323
ext.supportV4Version = '1.0.0' // https://developer.android.com/jetpack/androidx/releases/legacy androidx.legacy:legacy-support-v4
2424
ext.swiperefreshlayoutVersion = '1.1.0' // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
2525

@@ -32,7 +32,7 @@ buildscript {
3232
}
3333
dependencies {
3434
classpath 'com.google.gms:google-services:4.4.1' // https://developers.google.com/android/guides/google-services-plugin
35-
classpath("com.android.tools.build:gradle:8.1.2")
35+
classpath("com.android.tools.build:gradle:8.2.2")
3636
classpath("com.facebook.react:react-native-gradle-plugin")
3737
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
3838
classpath 'com.google.firebase:perf-plugin:1.4.2'

tests/android/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.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

tests/android/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

0 commit comments

Comments
 (0)