Explorar el Código

Bump targetSdkVersion to 31

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky hace 3 años
padre
commit
adb53f1d5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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