summaryrefslogtreecommitdiff
path: root/common.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'common.gradle')
-rw-r--r--common.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.gradle b/common.gradle
index 4f023212b..8284d2325 100644
--- a/common.gradle
+++ b/common.gradle
@@ -1,9 +1,9 @@
android {
- compileSdkVersion 31
+ compileSdk 31
defaultConfig {
- minSdkVersion 19
- targetSdkVersion 30
+ minSdk 19
+ targetSdk 30
multiDexEnabled false
vectorDrawables.useSupportLibrary true