Skip to content

Commit 03a6c59

Browse files
authored
chore(android-template): Update default dependency values (#8174)
1 parent 90c0ca5 commit 03a6c59

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

android-template/variables.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ ext {
22
minSdkVersion = 24
33
compileSdkVersion = 36
44
targetSdkVersion = 36
5-
androidxActivityVersion = '1.9.2'
6-
androidxAppCompatVersion = '1.7.0'
7-
androidxCoordinatorLayoutVersion = '1.2.0'
8-
androidxCoreVersion = '1.15.0'
9-
androidxFragmentVersion = '1.8.4'
5+
androidxActivityVersion = '1.11.0'
6+
androidxAppCompatVersion = '1.7.1'
7+
androidxCoordinatorLayoutVersion = '1.3.0'
8+
androidxCoreVersion = '1.17.0'
9+
androidxFragmentVersion = '1.8.9'
1010
coreSplashScreenVersion = '1.0.1'
11-
androidxWebkitVersion = '1.12.1'
11+
androidxWebkitVersion = '1.14.0'
1212
junitVersion = '4.13.2'
13-
androidxJunitVersion = '1.2.1'
14-
androidxEspressoCoreVersion = '3.6.1'
15-
cordovaAndroidVersion = '10.1.1'
13+
androidxJunitVersion = '1.3.0'
14+
androidxEspressoCoreVersion = '3.7.0'
15+
cordovaAndroidVersion = '14.0.1'
1616
}

0 commit comments

Comments
 (0)