Skip to content

Commit

Permalink
chore(android-template): Update gradle dependencies in variables.grad…
Browse files Browse the repository at this point in the history
…le (#7726)
  • Loading branch information
jcesarmobile authored Oct 21, 2024
1 parent cb325a3 commit 74c3e94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions android-template/variables.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ ext {
minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion = 35
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxActivityVersion = '1.9.2'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
androidxCoreVersion = '1.13.1'
androidxFragmentVersion = '1.8.4'
coreSplashScreenVersion = '1.0.1'
androidxWebkitVersion = '1.9.0'
androidxWebkitVersion = '1.12.1'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
androidxJunitVersion = '1.2.1'
androidxEspressoCoreVersion = '3.6.1'
cordovaAndroidVersion = '10.1.1'
}

0 comments on commit 74c3e94

Please sign in to comment.