Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-09 15:12:19 +0300
committerÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-09 15:12:19 +0300
commita036aa7070242f157764bef5a8ace4d986d12dc3 (patch)
tree22b526b5f50244d3dd2fb81eef2c6191a1198c19
parent90306642627e878789570a96bc415f0dd18f5d2e (diff)
Bump compileSDK to 32
Once again it's blocking library updates. Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a2486eca0b..a237159a29 100644
--- a/app/build.gradle
+++ b/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")}"