Skip to content

Commit

Permalink
- build resolving supported version for fuel
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanaslann committed Sep 10, 2024
1 parent ed011bb commit 4870843
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions folioreader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,8 @@ dependencies {
implementation "com.squareup.retrofit2:converter-gson:$versions.retrofit"



/** These 2 are required for R2 version */
implementation("com.github.kittinunf.fuel:fuel-moshi:1.15.0") // For Moshi support
implementation("com.github.kittinunf.fuel:fuel-coroutines:1.15.0")
implementation("com.github.kittinunf.fuel:fuel:2.2.3")
implementation("com.github.kittinunf.fuel:fuel-android:2.2.3")

// R2 modules
implementation("com.github.codetoart:r2-shared-kotlin:$versions.r2SharedKotlin") {
Expand All @@ -126,21 +124,5 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-extensions:$versions.lifecycle"
}

buildscript {
repositories {
maven {
url = uri("https://repo.grails.org/grails/core")
}
}
}

allprojects {
repositories {
maven {
url = uri("https://repo.grails.org/grails/core")
}
}
}


apply from: '../folioreader/bintray/bintrayv1.gradle'

0 comments on commit 4870843

Please sign in to comment.