We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50de7d9 + ee9220f commit 4f0b2afCopy full SHA for 4f0b2af
android/build.gradle
@@ -18,11 +18,11 @@ def safeExtGet(prop, fallback) {
18
}
19
20
android {
21
- compileSdkVersion safeExtGet('DeviceCountry_compileSdkVersion', 29)
+ compileSdkVersion safeExtGet('DeviceCountry_compileSdkVersion', 31)
22
buildToolsVersion safeExtGet('DeviceCountry_buildToolsVersion', '29.0.2')
23
defaultConfig {
24
minSdkVersion safeExtGet('DeviceCountry_minSdkVersion', 16)
25
- targetSdkVersion safeExtGet('DeviceCountry_targetSdkVersion', 29)
+ targetSdkVersion safeExtGet('DeviceCountry_targetSdkVersion', 31)
26
versionCode 1
27
versionName "1.0"
28
0 commit comments