Pārlūkot izejas kodu

build: Bump compileSdk to 33

Now required by several libraries (check open dependabot PRs)

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 gadi atpakaļ
vecāks
revīzija
5f47494248
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -73,7 +73,7 @@ def perfAnalysis = project.hasProperty('perfAnalysis')
 
 android {
 
-    compileSdkVersion 32
+    compileSdkVersion 33
     // install this NDK version and Cmake to produce smaller APKs. Build will still work if not installed
     ndkVersion "${ndkEnv.get("NDK_VERSION")}"