X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=build-projects%2Fandroid%2Fapp%2Fbuild.gradle.tmpl;fp=build-projects%2Fandroid%2Fapp%2Fbuild.gradle.tmpl;h=5eb4854dcd3892a6587643f47ee43b5f6abf9dc4;hp=68c234b6726173c9a24bcebd915e848f0ab6c6dc;hb=bed128495ea2105fe6aeebecf0666f98a1a274fa;hpb=42ff780b1f0470fc5b2cb5ee02e9d8e1150eaf67 diff --git a/build-projects/android/app/build.gradle.tmpl b/build-projects/android/app/build.gradle.tmpl index 68c234b6..5eb4854d 100644 --- a/build-projects/android/app/build.gradle.tmpl +++ b/build-projects/android/app/build.gradle.tmpl @@ -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__"