Ver Fonte

Fix #713

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic há 5 anos atrás
pai
commit
6e7637af43
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      app/build.gradle

+ 5 - 5
app/build.gradle

@@ -30,17 +30,17 @@ if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskReq
 }
 
 android {
-    compileSdkVersion 29
-    buildToolsVersion '29.0.2'
+    compileSdkVersion 28
+    buildToolsVersion '28.0.3'
     defaultConfig {
         applicationId "com.nextcloud.talk2"
         versionName version
         minSdkVersion 21
-        targetSdkVersion 29
+        targetSdkVersion 28
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 
-        versionCode 128
-        versionName "8.0.1"
+        versionCode 129
+        versionName "8.0.2"
 
         flavorDimensions "default"
         renderscriptTargetApi 19