We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7540439 commit 3a669d1Copy full SHA for 3a669d1
1 file changed
samples/resources-gallery/build.gradle.kts
@@ -25,7 +25,7 @@ buildscript {
25
subprojects {
26
plugins.withType<com.android.build.gradle.BasePlugin> {
27
configure<BaseExtension> {
28
- defaultConfig.minSdkVersion(21)
+ defaultConfig.minSdkVersion(19)
29
compileSdkVersion(34)
30
31
compileOptions {
0 commit comments