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 de420dd commit af2240b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions r2-testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group = 'com.github.readium'
int major = 2
int minor = 1
int patch = 0
int build = 8
int build = 10
String type = ""

def version = "$major.$minor.$patch"
Expand Down Expand Up @@ -86,22 +86,22 @@ 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"
}
if (findProject(':r2-navigator')) {
implementation project(':r2-navigator')
} else {
implementation "com.github.readium:r2-navigator-kotlin:1.1.2"
implementation "com.github.readium:r2-navigator-kotlin:1.1.3"
}
if (findProject(':r2-streamer')) {
implementation project(':r2-streamer')
} else {
implementation "com.github.readium:r2-streamer-kotlin:1.1.2"
implementation "com.github.readium:r2-streamer-kotlin:1.1.3"
}
if (findProject(':r2-opds')) {
implementation project(':r2-opds')
} else {
implementation "com.github.readium:r2-opds-kotlin:1.1.1"
implementation "com.github.readium:r2-opds-kotlin:1.1.2"
}
if (findProject(':r2-lcp')) {
implementation project(':r2-lcp')
Expand Down Expand Up @@ -165,7 +165,7 @@ dependencies {
implementation "nl.komponents.kovenant:kovenant-jvm:$KOVENANT_VERSION"
implementation "nl.komponents.kovenant:kovenant-functional:$KOVENANT_VERSION"

implementation 'org.zeroturnaround:zt-zip:1.12'
implementation 'org.zeroturnaround:zt-zip:1.13'
implementation 'joda-time:joda-time:2.9.9'
implementation 'org.slf4j:slf4j-nop:1.7.25'

Expand Down

0 comments on commit af2240b

Please sign in to comment.