Skip to content

Commit 4f0b2af

Browse files
authored
Merge pull request #4 from salimhb/patch-1
Fix error during assembleRelease with react-native@0.69.2
2 parents 50de7d9 + ee9220f commit 4f0b2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ def safeExtGet(prop, fallback) {
1818
}
1919

2020
android {
21-
compileSdkVersion safeExtGet('DeviceCountry_compileSdkVersion', 29)
21+
compileSdkVersion safeExtGet('DeviceCountry_compileSdkVersion', 31)
2222
buildToolsVersion safeExtGet('DeviceCountry_buildToolsVersion', '29.0.2')
2323
defaultConfig {
2424
minSdkVersion safeExtGet('DeviceCountry_minSdkVersion', 16)
25-
targetSdkVersion safeExtGet('DeviceCountry_targetSdkVersion', 29)
25+
targetSdkVersion safeExtGet('DeviceCountry_targetSdkVersion', 31)
2626
versionCode 1
2727
versionName "1.0"
2828

0 commit comments

Comments
 (0)