We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50de7d9 commit ee9220fCopy full SHA for ee9220f
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