File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 77android :
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
1519cache :
1620 directories :
Original file line number Diff line number Diff line change 11// Library version
22object 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
210210object 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
You can’t perform that action at this time.
0 commit comments