浏览代码

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

Bump compileSDK to 32
Álvaro Brey 2 年之前
父节点
当前提交
bb1d37fa56
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")}"