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"