Debian: it runs fine on Android 10 without target version downgrade
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="Debian"
|
||||
AppFullName=com.cuntubuntu
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=200218
|
||||
AppVersionCode=200722
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="20.02.18"
|
||||
AppVersionName="20.07.22"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
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 {
|
||||
Reference in New Issue
Block a user