Skip to content

Commit 36ffd34

Browse files
authored
Upgrades min SDK from 16 to 21
Seems to be to required to run tests in Android on modern react native versions (at least since 2018) closes #59
1 parent 5d14da3 commit 36ffd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
compileSdkVersion safeExtGet('compileSdkVersion', 29)
2222
buildToolsVersion safeExtGet('buildToolsVersion', '29.0.2')
2323
defaultConfig {
24-
minSdkVersion safeExtGet('minSdkVersion', 16)
24+
minSdkVersion safeExtGet('minSdkVersion', 21)
2525
targetSdkVersion safeExtGet('targetSdkVersion', 29)
2626
versionCode 1
2727
versionName "1.0"

0 commit comments

Comments
 (0)