浏览代码

Bump targetSdkVersion to 31

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

+ 1 - 1
app/build.gradle

@@ -75,7 +75,7 @@ android {
 
 
     defaultConfig {
     defaultConfig {
         minSdkVersion 23
         minSdkVersion 23
-        targetSdkVersion 30
+        targetSdkVersion 31
 
 
         buildConfigField 'boolean', 'CI', ciBuild.toString()
         buildConfigField 'boolean', 'CI', ciBuild.toString()