We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fc75cb + 711f3a6 commit 3af4259Copy full SHA for 3af4259
library/build.gradle
@@ -7,7 +7,7 @@ android {
7
compileSdkVersion 29
8
9
defaultConfig {
10
- minSdkVersion 21
+ minSdkVersion 19
11
targetSdkVersion 29
12
versionCode 5
13
versionName "5.0.19"
@@ -21,4 +21,4 @@ android {
21
lintOptions {
22
abortOnError false
23
}
24
-}
+}
sample/build.gradle
@@ -5,7 +5,7 @@ android {
5
6
applicationId "com.developer.filepicker.file"
0 commit comments