Skip to content

Commit

Permalink
Upgrade dependencies’s version
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoanglam committed Nov 26, 2022
1 parent 36a41e3 commit 3568d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyResolutionManagement {
Add the following dependency in app build.gradle:
```
dependencies {
implementation 'com.github.nguyenhoanglam:ImagePicker:1.5.4'
implementation 'com.github.nguyenhoanglam:ImagePicker:1.5.5'
}
```

Expand Down
6 changes: 3 additions & 3 deletions imagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation "androidx.activity:activity:1.7.0-alpha02"
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
}
Expand All @@ -47,7 +47,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.nguyenhoanglam'
artifactId = 'final'
version = '1.5.4'
version = '1.5.5'
}
}
}
Expand Down

0 comments on commit 3568d1a

Please sign in to comment.