updated Gradle files for Android platform
authorHolger Schemel <info@artsoft.org>
Thu, 10 Feb 2022 20:05:13 +0000 (21:05 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 10 Feb 2022 20:05:13 +0000 (21:05 +0100)
build-projects/android/app/build.gradle.tmpl
build-projects/android/build.gradle
build-projects/android/gradle/wrapper/gradle-wrapper.properties

index 68c234b6726173c9a24bcebd915e848f0ab6c6dc..5eb4854dcd3892a6587643f47ee43b5f6abf9dc4 100644 (file)
@@ -8,7 +8,7 @@ else {
 }
 
 android {
-    compileSdkVersion 26
+    compileSdkVersion 31
 
     defaultConfig {
         if (buildAsApplication) {
@@ -16,7 +16,7 @@ android {
         }
 
         minSdkVersion 17
-        targetSdkVersion 26
+        targetSdkVersion 31
 
         versionCode  __VERSION_CODE__
         versionName "__VERSION_NAME__"
index f6f90b25b17cc5f48f54e521b3e000b9153fea11..6f629c8aa758ef8e81514ab2fb4fe81623db19c0 100644 (file)
@@ -2,11 +2,11 @@
 
 buildscript {
     repositories {
-        jcenter()
+        mavenCentral()
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.2.0'
+        classpath 'com.android.tools.build:gradle:7.0.3'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
@@ -15,7 +15,7 @@ buildscript {
 
 allprojects {
     repositories {
-        jcenter()
+        mavenCentral()
         google()
     }
 }
index f9b3be2f9fbfc146492000cfb2818c399b17138b..674589313b294ee728275ab89208cf2c9a9d2c5e 100644 (file)
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip