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:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ba202def..183e18ea 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 32
+ compileSdkVersion 33
buildToolsVersion '31.0.0'
compileOptions {
@@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
- targetSdkVersion 32
+ targetSdkVersion 33
versionCode 3006000
versionName "3.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"