فهرست منبع

Merge pull request #11118 from nextcloud/revert-sdk-32

Revert "Bump targetSdk to 32"
Tobias Kaminsky 2 سال پیش
والد
کامیت
3f6832eaf1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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