Forráskód Böngészése

Bump targetSdkVersion to 31

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 éve
szülő
commit
adb53f1d5b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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()