File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments