From 651ace5a3809413f77983214519b2762fc74bc24 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 1 Mar 2020 15:36:24 -0500 Subject: [PATCH] Bump target to Android Q --- common.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.gradle b/common.gradle index 78133443d..9d11808b7 100644 --- a/common.gradle +++ b/common.gradle @@ -1,5 +1,5 @@ android { - compileSdkVersion 27 + compileSdkVersion 29 buildToolsVersion '29.0.2' buildTypes { @@ -30,7 +30,7 @@ android { defaultConfig { minSdkVersion 16 - targetSdkVersion 27 + targetSdkVersion 29 applicationIdSuffix pkgNameSuffix versionCode extVersionCode versionName "$libVersion.$extVersionCode"