Skip to content

Commit

Permalink
- fix: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockwisdom committed Aug 21, 2024
1 parent b22e885 commit 9f86619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ dependencies {

implementation 'commons-net:commons-net:3.6'

def fuelVersion = "3.0.0-alpha03"
def fuelVersion = "2.3.1"
implementation "com.github.kittinunf.fuel:fuel:$fuelVersion" //for JVM
testImplementation "com.github.kittinunf.fuel:fuel:$fuelVersion" //for JVM
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1-Beta'//
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1'//

implementation "com.github.kittinunf.fuel:fuel-android:$fuelVersion" //for Android
implementation "com.github.kittinunf.fuel:fuel-coroutines:$fuelVersion"
Expand Down

0 comments on commit 9f86619

Please sign in to comment.