variables.gradle 498 B

12345678910111213141516
  1. ext {
  2. minSdkVersion = 24
  3. compileSdkVersion = 36
  4. targetSdkVersion = 36
  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'
  10. coreSplashScreenVersion = '1.2.0'
  11. androidxWebkitVersion = '1.14.0'
  12. junitVersion = '4.13.2'
  13. androidxJunitVersion = '1.3.0'
  14. androidxEspressoCoreVersion = '3.7.0'
  15. cordovaAndroidVersion = '14.0.1'
  16. }