Skip to content

Commit 2f03e62

Browse files
Merge pull request #44 from readium/v1.0.10
1.0.10
2 parents 231e629 + cb35bcc commit 2f03e62

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

readium/lcp/r2-lcp/build.gradle

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ dependencies {
5555
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5656
implementation 'com.jakewharton.timber:timber:4.7.1'
5757

58-
intTestappImplementation "com.github.readium:r2-shared-kotlin:$r2branch-SNAPSHOT"
59-
intTestappWithLcpImplementation "com.github.readium:r2-shared-kotlin:$r2branch-SNAPSHOT"
60-
6158
if (findProject(':r2-shared')) {
62-
devTestappImplementation project(':r2-shared')
63-
devTestappWithLcpImplementation project(':r2-shared')
59+
implementation project(':r2-shared')
60+
} else {
61+
implementation "com.github.readium:r2-shared-kotlin:1.0.10"
6462
}
6563

6664
implementation project(':liblcp')
@@ -79,11 +77,6 @@ dependencies {
7977
implementation 'com.github.kittinunf.fuel:fuel-android:1.16.0'
8078
implementation 'com.github.kittinunf.fuel:fuel-coroutines:1.16.0'
8179

82-
// implementation 'com.github.kittinunf.fuel:fuel-livedata:1.12.1' //for LiveData support
83-
// implementation 'com.github.kittinunf.fuel:fuel-rxjava:1.12.1' //for RxJava support
84-
// implementation 'com.github.kittinunf.fuel:fuel-gson:1.12.1' //for Gson support
85-
// implementation 'com.github.kittinunf.fuel:fuel-jackson:1.12.1' //for Jackson support
86-
// implementation 'com.github.kittinunf.fuel:fuel-moshi:1.12.1' //for Moshi support
8780
implementation 'nl.komponents.kovenant:kovenant:3.3.0'
8881
implementation 'nl.komponents.kovenant:kovenant-core:3.3.0'
8982
implementation 'nl.komponents.kovenant:kovenant-android:3.3.0'

0 commit comments

Comments
 (0)