Переглянути джерело

Bump targetSdk to 32

32 is just a feature release of android 13 and no important changes are documented.

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 роки тому
батько
коміт
8c8723c7c5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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