Skip to content

Commit 5e893cb

Browse files
authored
chore(android-template): Update variables and google services plugin (#8517)
1 parent 7f37088 commit 5e893cb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

android-template/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:9.2.1'
11-
classpath 'com.google.gms:google-services:4.4.4'
11+
classpath 'com.google.gms:google-services:4.5.0'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

android-template/variables.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ ext {
22
minSdkVersion = 26
33
compileSdkVersion = 37
44
targetSdkVersion = 37
5-
androidxActivityVersion = '1.11.0'
5+
androidxActivityVersion = '1.13.0'
66
androidxAppCompatVersion = '1.7.1'
77
androidxCoordinatorLayoutVersion = '1.3.0'
8-
androidxCoreVersion = '1.17.0'
8+
androidxCoreVersion = '1.19.0'
99
androidxFragmentVersion = '1.8.9'
1010
coreSplashScreenVersion = '1.2.0'
11-
androidxWebkitVersion = '1.14.0'
11+
androidxWebkitVersion = '1.16.0'
1212
junitVersion = '4.13.2'
1313
androidxJunitVersion = '1.3.0'
1414
androidxEspressoCoreVersion = '3.7.0'
15-
cordovaAndroidVersion = '14.0.1'
15+
cordovaAndroidVersion = '15.0.0'
1616
}

0 commit comments

Comments
 (0)