Browse Source

Merge pull request #11015 from nextcloud/chore/compile-sdk-32

Bump compileSDK to 32
Álvaro Brey 2 years ago
parent
commit
bb1d37fa56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -71,7 +71,7 @@ file("$project.rootDir/ndk.env").readLines().each() {
 
 android {
 
-    compileSdkVersion 31
+    compileSdkVersion 32
     // install this NDK version and Cmake to produce smaller APKs. Build will still work if not installed
     ndkVersion "${ndkEnv.get("NDK_VERSION")}"