Browse Source

Merge pull request #10797 from nextcloud/bumpSDK31

Bump to SDK31
Álvaro Brey 2 năm trước cách đây
mục cha
commit
06ddf3ec4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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