Skip to content

Commit

Permalink
Fix android gradle minSdkVersion for react-native 0.64 rmrs#83
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas TORRE <[email protected]>
  • Loading branch information
Nicolas TORRE committed Jun 18, 2021
1 parent f38c5a4 commit 6e1e0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
buildToolsVersion projectVar('buildToolsVersion', '23.0.1')

defaultConfig {
minSdkVersion 16
minSdkVersion projectVar('minSdkVersion', 16)
targetSdkVersion projectVar('targetSdkVersion', 22)
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 6e1e0be

Please sign in to comment.