Skip to content

Commit 167153a

Browse files
committed
chore: update minSDKVersion in example app
1 parent b76f060 commit 167153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
main.java.srcDirs += 'src/main/kotlin'
3333
}
3434
defaultConfig {
35-
minSdkVersion 16
35+
minSdkVersion 19
3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737
}
3838
lintOptions {

0 commit comments

Comments
 (0)