File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " com.developer.kinda.filepicker"
8
8
minSdkVersion 21
9
9
targetSdkVersion 29
10
- versionCode 2
11
- versionName " 2 .0.19"
10
+ versionCode 3
11
+ versionName " 3 .0.19"
12
12
}
13
13
buildTypes {
14
14
release {
@@ -21,7 +21,7 @@ android {
21
21
dependencies {
22
22
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
23
23
implementation project(' :filepicker' )
24
- implementation ' androidx.appcompat:appcompat:1.0.0 '
24
+ implementation ' androidx.appcompat:appcompat:1.0.2 '
25
25
implementation ' androidx.recyclerview:recyclerview:1.0.0'
26
26
debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
27
27
releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
defaultConfig {
10
10
minSdkVersion 21
11
11
targetSdkVersion 29
12
- versionCode 2
13
- versionName " 2 .0.19"
12
+ versionCode 3
13
+ versionName " 3 .0.19"
14
14
}
15
15
buildTypes {
16
16
release {
You can’t perform that action at this time.
0 commit comments