Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
r2 dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Sep 9, 2019
1 parent 7d9ac2d commit b4da114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r2-navigator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
if (findProject(':r2-shared')) {
implementation project(':r2-shared')
} else {
implementation "com.github.readium:r2-shared-kotlin:1.1.3"
implementation "com.github.readium:r2-shared-kotlin:1.1.4"
}
implementation "androidx.appcompat:appcompat:1.1.0-rc01"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
Expand All @@ -59,7 +59,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1'

implementation 'org.zeroturnaround:zt-zip:1.12'
implementation 'org.zeroturnaround:zt-zip:1.13'

implementation 'org.jsoup:jsoup:1.11.2'

Expand Down

0 comments on commit b4da114

Please sign in to comment.