Skip to content

Commit

Permalink
Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorialsAndroid committed Jun 10, 2019
1 parent 258adfe commit 3af4334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.developer.kinda.filepicker"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "2.0.19"
versionCode 3
versionName "3.0.19"
}
buildTypes {
release {
Expand All @@ -21,7 +21,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':filepicker')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
Expand Down
4 changes: 2 additions & 2 deletions filepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "2.0.19"
versionCode 3
versionName "3.0.19"
}
buildTypes {
release {
Expand Down

0 comments on commit 3af4334

Please sign in to comment.