Skip to content

Commit 4a0352e

Browse files
committed
update dependencies
1 parent d74d4d2 commit 4a0352e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### v0.25.4
4+
- Dependency updates
5+
36
### v0.25.3
47
- Improve pre-cache support
58

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To include it in your project, add this to your module's `build.gradle` file:
2525
```groovy
2626
dependencies {
2727
...
28-
compile 'com.klinkerapps:article_viewer:0.25.3'
28+
compile 'com.klinkerapps:article_viewer:0.25.4'
2929
}
3030
```
3131

library/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ dependencies {
5252
annotationProcessor "com.github.bumptech.glide:compiler:4.9.0"
5353
implementation "com.github.bumptech.glide:glide:4.9.0"
5454

55-
implementation "androidx.appcompat:appcompat:$ANDROID_X_VERSION"
55+
implementation "androidx.appcompat:appcompat:1.0.2"
5656
implementation "com.google.android.material:material:$ANDROID_X_VERSION"
5757
implementation "androidx.recyclerview:recyclerview:$ANDROID_X_VERSION"
5858
implementation "androidx.browser:browser:$ANDROID_X_VERSION"
59-
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
60-
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
59+
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
60+
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
6161
implementation 'org.jsoup:jsoup:1.10.2'
6262
implementation 'com.fmsirvent:parallaxeverywhere:1.0.4'
6363
implementation 'com.klinkerapps:drag-dismiss-activity:1.6.1'

0 commit comments

Comments
 (0)