浏览代码

bump to latest SDK

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 年之前
父节点
当前提交
92d872ceec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

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