Explorar o código

Merge pull request #11075 from nextcloud/chore/sdk-32

Bump targetSdk to 32
Tobias Kaminsky %!s(int64=2) %!d(string=hai) anos
pai
achega
013f6dc7d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -84,7 +84,7 @@ android {
 
     defaultConfig {
         minSdkVersion 23
-        targetSdkVersion 31
+        targetSdkVersion 32
 
         buildConfigField 'boolean', 'CI', ciBuild.toString()
         buildConfigField 'boolean', 'RUNTIME_PERF_ANALYSIS', perfAnalysis.toString()