Skip to content

Commit 85d8a8d

Browse files
authored
⬆️ [Release] Version 2.2.3 (#753)
1 parent 37fd529 commit 85d8a8d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ env:
77
android:
88
components:
99
- tools
10-
- build-tools-28.0.3
11-
- android-28
12-
licenses:
13-
- 'android-sdk-license-.+'
10+
- platform-tools
11+
12+
sudo: false
13+
14+
before_install:
15+
# Install SDK license so Android Gradle plugin can install deps.
16+
- mkdir "$ANDROID_HOME/licenses" || true
17+
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" >> "$ANDROID_HOME/licenses/android-sdk-license"
1418

1519
cache:
1620
directories:

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Library version
22
object Fuel {
3-
const val publishVersion = "2.2.2"
3+
const val publishVersion = "2.2.3"
44
const val groupId = "com.github.kittinunf.fuel"
55

6-
const val compileSdkVersion = 28
6+
const val compileSdkVersion = 29
77
const val minSdkVersion = 19
88

99
const val name = ":fuel"
@@ -208,7 +208,7 @@ object Jacoco {
208208
}
209209

210210
object RoboElectric {
211-
const val version = "4.2.1"
211+
const val version = "4.3.1"
212212
const val dependency = "org.robolectric:robolectric:$version"
213213
}
214214

0 commit comments

Comments
 (0)