Skip to content

Commit

Permalink
⬆️ [Release] Version 2.2.3 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Jun 9, 2020
1 parent 37fd529 commit 85d8a8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ env:
android:
components:
- tools
- build-tools-28.0.3
- android-28
licenses:
- 'android-sdk-license-.+'
- platform-tools

sudo: false

before_install:
# Install SDK license so Android Gradle plugin can install deps.
- mkdir "$ANDROID_HOME/licenses" || true
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" >> "$ANDROID_HOME/licenses/android-sdk-license"

cache:
directories:
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Library version
object Fuel {
const val publishVersion = "2.2.2"
const val publishVersion = "2.2.3"
const val groupId = "com.github.kittinunf.fuel"

const val compileSdkVersion = 28
const val compileSdkVersion = 29
const val minSdkVersion = 19

const val name = ":fuel"
Expand Down Expand Up @@ -208,7 +208,7 @@ object Jacoco {
}

object RoboElectric {
const val version = "4.2.1"
const val version = "4.3.1"
const val dependency = "org.robolectric:robolectric:$version"
}

Expand Down

0 comments on commit 85d8a8d

Please sign in to comment.