Skip to content

Commit c0b7f01

Browse files
committed
chore: set min version to 23
1 parent dfdabdb commit c0b7f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
namespace "com.primerioreactnative"
5454
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
5555
defaultConfig {
56-
minSdkVersion 21
56+
minSdkVersion 23
5757
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
5858
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())
5959

0 commit comments

Comments
 (0)