Skip to content

Commit bc694e6

Browse files
authored
feat(android): increase minSdkVersion from 23 to 24
1 parent 62cc004 commit bc694e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-mobile/App_Resources/Android/app.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
// ndkVersion ""
1010

1111
defaultConfig {
12-
minSdkVersion 23
12+
minSdkVersion 24
1313
targetSdkVersion 34
1414

1515
// Version Information

0 commit comments

Comments
 (0)