Debian: updated build scripts

This commit is contained in:
Sergii Pylypenko
2020-01-06 20:47:17 +02:00
parent f1b5cb5eef
commit 3b33a27350
11 changed files with 48 additions and 26 deletions

View File

@@ -0,0 +1,19 @@
diff --git a/project/app/build-template.gradle b/project/app/build-template.gradle
index 2953ce993..c0250f801 100644
--- a/project/app/build.gradle
+++ b/project/app/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 29
+ compileSdkVersion 28
defaultConfig {
applicationId "com.cuntubuntu"
minSdkVersion 16 // Must match version numbers in project/AndroidManifestTemplate.xml
- targetSdkVersion 29
+ targetSdkVersion 28
}
buildTypes {