Renacer Social, the app

variables.gradle 500B

12345678910111213141516
  1. ext {
  2. minSdkVersion = 22
  3. compileSdkVersion = 32
  4. targetSdkVersion = 32
  5. androidxActivityVersion = '1.4.0'
  6. androidxAppCompatVersion = '1.4.2'
  7. androidxCoordinatorLayoutVersion = '1.2.0'
  8. androidxCoreVersion = '1.8.0'
  9. androidxFragmentVersion = '1.4.1'
  10. coreSplashScreenVersion = '1.0.0-rc01'
  11. androidxWebkitVersion = '1.4.0'
  12. junitVersion = '4.13.2'
  13. androidxJunitVersion = '1.1.3'
  14. androidxEspressoCoreVersion = '3.4.0'
  15. cordovaAndroidVersion = '10.1.1'
  16. }