Skip to content

Commit 3af4334

Browse files
Updated Dependencies
1 parent 258adfe commit 3af4334

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff 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 {
2121
dependencies {
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'

filepicker/build.gradle

+2-2
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)