summaryrefslogtreecommitdiff
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 adb9b067d1b4..0e0cd6381053 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -31,7 +31,7 @@ dependencies {
}
android {
- compileSdkVersion 31
+ compileSdkVersion 32
// 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 31
+ targetSdkVersion 32
vectorDrawables.useSupportLibrary = true
}
buildTypes {