Skip to content

Commit

Permalink
fix(Android): Revert "Read minSdkVersion from root project (#314)" (#319
Browse files Browse the repository at this point in the history
)

This reverts commit 940f570.
  • Loading branch information
safaiyeh authored Apr 27, 2021
1 parent cfb3e28 commit e413812
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 @@ -24,7 +24,7 @@ android {
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 15)
minSdkVersion 15
targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit e413812

Please sign in to comment.