Skip to content

Commit

Permalink
feat: add fuel
Browse files Browse the repository at this point in the history
  • Loading branch information
triandamai committed Jul 21, 2021
1 parent 3a18946 commit 25f9385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.annotation:annotation:1.2.0'

//https://fuel.gitbook.io
implementation 'com.github.kittinunf.fuel:fuel:2.3.1'
implementation 'com.github.kittinunf.fuel:fuel-android:2.3.1'
implementation 'com.github.kittinunf.fuel:fuel-gson:2.3.1'

implementation project(":cexup-analytics")
implementation project(":cexup-data-storage")
implementation project(":cexup-services")
Expand Down

0 comments on commit 25f9385

Please sign in to comment.