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.
1 parent dfdabdb commit c0b7f01Copy full SHA for c0b7f01
android/build.gradle
@@ -53,7 +53,7 @@ android {
53
namespace "com.primerioreactnative"
54
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
55
defaultConfig {
56
- minSdkVersion 21
+ minSdkVersion 23
57
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
58
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())
59
0 commit comments