Skip to content

Commit 515bd13

Browse files
chore(android): update Gradle dependencies to latest versions (#39)
* chore(android): update Gradle dependencies to latest versions * chore(android): update Gradle dependencies in example-app to latest versions
1 parent bc253dc commit 515bd13

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ext {
22
capacitorVersion = System.getenv('CAPACITOR_VERSION')
33
junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.2'
4-
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.7.0'
5-
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.2.1'
6-
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.6.1'
4+
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.7.1'
5+
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.3.0'
6+
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.7.0'
77
}
88

99
buildscript {

example-app/android/variables.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ ext {
33
compileSdkVersion = 36
44
targetSdkVersion = 36
55
androidxActivityVersion = '1.9.2'
6-
androidxAppCompatVersion = '1.7.0'
7-
androidxCoordinatorLayoutVersion = '1.2.0'
6+
androidxAppCompatVersion = '1.7.1'
7+
androidxCoordinatorLayoutVersion = '1.3.0'
88
androidxCoreVersion = '1.15.0'
99
androidxFragmentVersion = '1.8.4'
10-
coreSplashScreenVersion = '1.0.1'
10+
coreSplashScreenVersion = '1.2.0'
1111
androidxWebkitVersion = '1.12.1'
1212
junitVersion = '4.13.2'
13-
androidxJunitVersion = '1.2.1'
14-
androidxEspressoCoreVersion = '3.6.1'
13+
androidxJunitVersion = '1.3.0'
14+
androidxEspressoCoreVersion = '3.7.0'
1515
cordovaAndroidVersion = '10.1.1'
1616
}

0 commit comments

Comments
 (0)