Skip to content

Commit

Permalink
Merge pull request #43 from ofri-7chairs/main
Browse files Browse the repository at this point in the history
add to build.gradle minSdkVersion from root project
  • Loading branch information
vishalnarkhede authored Jan 10, 2023
2 parents 4fd8789 + 5a50e1f commit 756f036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
defaultConfig {
minSdkVersion 16
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ MvcpScrollViewManager_kotlinVersion=1.3.50
MvcpScrollViewManager_compileSdkVersion=28
MvcpScrollViewManager_buildToolsVersion=28.0.3
MvcpScrollViewManager_targetSdkVersion=28
MvcpScrollViewManager_minSdkVersion=16

0 comments on commit 756f036

Please sign in to comment.