File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.developer.kinda.filepicker"
88 minSdkVersion 21
99 targetSdkVersion 29
10- versionCode 2
11- versionName " 2 .0.19"
10+ versionCode 3
11+ versionName " 3 .0.19"
1212 }
1313 buildTypes {
1414 release {
@@ -21,7 +21,7 @@ android {
2121dependencies {
2222 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
2323 implementation project(' :filepicker' )
24- implementation ' androidx.appcompat:appcompat:1.0.0 '
24+ implementation ' androidx.appcompat:appcompat:1.0.2 '
2525 implementation ' androidx.recyclerview:recyclerview:1.0.0'
2626 debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
2727 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 {
99 defaultConfig {
1010 minSdkVersion 21
1111 targetSdkVersion 29
12- versionCode 2
13- versionName " 2 .0.19"
12+ versionCode 3
13+ versionName " 3 .0.19"
1414 }
1515 buildTypes {
1616 release {
You can’t perform that action at this time.
0 commit comments