Skip to content

Commit db24bac

Browse files
committed
fix(android): bump minSdkVersion to 23
1 parent e42b36b commit db24bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010

1111
compileSdkVersion = 31
1212
buildToolsVersion = "30.0.3"
13-
minSdkVersion = 21
13+
minSdkVersion = 23
1414
targetSdkVersion = 29
1515

1616
/**

0 commit comments

Comments
 (0)