variables.gradle 643 B

1234567891011121314151617181920
  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. androidxNavigationVersion = '2.9.6'
  10. androidxFragmentVersion = '1.8.4'
  11. junitVersion = '4.13.2'
  12. androidxJunitVersion = '1.2.1'
  13. androidxEspressoCoreVersion = '3.6.1'
  14. cordovaAndroidVersion = '10.1.1'
  15. coreSplashScreenVersion = '1.0.1'
  16. androidxWebkitVersion = '1.12.1'
  17. materialVersion = '1.12.0'
  18. composeBomVersion = '2024.09.02'
  19. composeCompilerVersion = '1.7.0'
  20. }