variables.gradle 501 B

1234567891011121314151617
  1. ext {
  2. minSdkVersion = 22
  3. compileSdkVersion = 33
  4. targetSdkVersion = 33
  5. androidxActivityVersion = '1.7.0'
  6. androidxAppCompatVersion = '1.6.1'
  7. androidxCoordinatorLayoutVersion = '1.2.0'
  8. androidxCoreVersion = '1.10.0'
  9. androidxFragmentVersion = '1.5.6'
  10. coreSplashScreenVersion = '1.0.0'
  11. androidxWebkitVersion = '1.6.1'
  12. junitVersion = '4.13.2'
  13. androidxJunitVersion = '1.1.5'
  14. androidxEspressoCoreVersion = '3.5.1'
  15. cordovaAndroidVersion = '10.1.1'
  16. }