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-11 11:45:37 +0300
committerGitHub <noreply@github.com>2022-11-11 11:45:37 +0300
commitbb1d37fa56cb98000f906425512061bb2155275b (patch)
tree44f21215df3dd791fcde205e18fdc3ebaa638570
parent2b2f45cbb952f2d0baf882918f3da157c1bc4525 (diff)
parenta036aa7070242f157764bef5a8ace4d986d12dc3 (diff)
Merge pull request #11015 from nextcloud/chore/compile-sdk-32
Bump compileSDK to 32
-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")}"