variables.gradle 497 B

12345678910111213141516
  1. ext {
  2. minSdkVersion = 23
  3. compileSdkVersion = 35
  4. targetSdkVersion = 35
  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'
  10. coreSplashScreenVersion = '1.0.1'
  11. androidxWebkitVersion = '1.12.1'
  12. junitVersion = '4.13.2'
  13. androidxJunitVersion = '1.2.1'
  14. androidxEspressoCoreVersion = '3.6.1'
  15. cordovaAndroidVersion = '10.1.1'
  16. }