Skip to content

Commit a23629e

Browse files
committed
chore: increase minimum sdk in demo app
1 parent bc83321 commit a23629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/App_Resources/Android/app.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
ndkVersion "22.1.7171670"
1515
compileSdkVersion 30
1616
defaultConfig {
17-
minSdkVersion 19
17+
minSdkVersion 22
1818
targetSdkVersion 30
1919
generatedDensities = []
2020
}

0 commit comments

Comments
 (0)