summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--android/source/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 581216e603fc..37239d214f70 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -32,7 +32,7 @@ dependencies {
android {
namespace 'org.libreoffice'
- compileSdkVersion 32
+ compileSdkVersion 33
// uses non-conventional source layout, so need to reconfigure accordingly
// ToDo move to conventional layout, so stuff can be stripped down.
sourceSets {
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
minSdkVersion 16
- targetSdkVersion 32
+ targetSdkVersion 33
vectorDrawables.useSupportLibrary = true
}
buildTypes {