Browse Source

bump to latest SDK

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 years ago
parent
commit
92d872ceec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -117,11 +117,11 @@ android {
         javaMaxHeapSize "4g"
         javaMaxHeapSize "4g"
     }
     }
 
 
-    compileSdkVersion 28
+    compileSdkVersion 29
 
 
     defaultConfig {
     defaultConfig {
         minSdkVersion 16
         minSdkVersion 16
-        targetSdkVersion 28
+        targetSdkVersion 29
 
 
         // arguments to be passed to functional tests
         // arguments to be passed to functional tests
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"