From af2240b0adaec0185181ebc42448620ad4f842c1 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Mon, 9 Sep 2019 09:51:16 -0400 Subject: [PATCH] r2 dependency updates --- r2-testapp/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/r2-testapp/build.gradle b/r2-testapp/build.gradle index ecb75398..d3e71202 100644 --- a/r2-testapp/build.gradle +++ b/r2-testapp/build.gradle @@ -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" @@ -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') @@ -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'