Debian: it works eh

This commit is contained in:
Sergii Pylypenko
2020-01-09 16:53:09 +02:00
parent a1f3b803f3
commit de0a2aa094
7 changed files with 11 additions and 8 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 {