We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fd8789 + 5a50e1f commit 756f036Copy full SHA for 756f036
android/build.gradle
@@ -29,7 +29,7 @@ android {
29
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
30
buildToolsVersion getExtOrDefault('buildToolsVersion')
31
defaultConfig {
32
- minSdkVersion 16
+ minSdkVersion getExtOrIntegerDefault('minSdkVersion')
33
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
34
versionCode 1
35
versionName "1.0"
android/gradle.properties
@@ -2,3 +2,4 @@ MvcpScrollViewManager_kotlinVersion=1.3.50
2
MvcpScrollViewManager_compileSdkVersion=28
3
MvcpScrollViewManager_buildToolsVersion=28.0.3
4
MvcpScrollViewManager_targetSdkVersion=28
5
+MvcpScrollViewManager_minSdkVersion=16
0 commit comments