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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-05-20 15:00:52 +0300
committerStefan Niedermann <info@niedermann.it>2022-05-20 15:00:52 +0300
commite8651590486020a52f728d6ce6d1a2b5bfc78077 (patch)
treed5597b780e694097238bdef8d2d4eef640401584
parentbaaa68f78d17bdd4d43482a4abf37fd5668a086c (diff)
Update target sdkupdate-target-sdk
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index aca0aab7..1453f970 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 32
buildToolsVersion '31.0.0'
compileOptions {
@@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
- targetSdkVersion 31
+ targetSdkVersion 32
versionCode 3004019
versionName "3.4.19"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"