diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-01 17:07:18 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-05-01 17:07:18 -0700 |
commit | e0bea89b0897d741634098c33bf2aedc5e5fc88e (patch) | |
tree | dc9999e87af09f629ec758bd721cbb01a21dd660 /gradle.properties | |
parent | 3e768c23b3130d8a9f74baaba0f1f247f0036f84 (diff) | |
parent | e7a499f6314f8d6345b19c3e221f3cd9cd176d4f (diff) | |
download | frost-e0bea89b0897d741634098c33bf2aedc5e5fc88e.tar.gz frost-e0bea89b0897d741634098c33bf2aedc5e5fc88e.tar.bz2 frost-e0bea89b0897d741634098c33bf2aedc5e5fc88e.zip |
Apply spotless and update changelog
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index fe5a0971..c64655c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ APP_ID=Frost APP_GROUP=com.pitchedapps KAU=4.0.0 -KOTLIN=1.3.30 +KOTLIN=1.3.31 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google ANDROID_GRADLE=3.3.2 @@ -43,7 +43,7 @@ DBFLOW=4.2.4 # https://github.com/brianwernick/ExoMedia/releases EXOMEDIA=4.3.0 # https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md -KOIN=1.0.2 +KOIN=2.0.0-rc-2 # https://github.com/mockk/mockk/releases MOCKK=1.9.3 # https://mvnrepository.com/artifact/androidx.core/core-ktx?repo=google @@ -58,10 +58,10 @@ LEAK_CANARY=1.6.2 # https://github.com/zsmb13/MaterialDrawerKt/releases MATERIAL_DRAWER_KT=2.0.1 # https://github.com/square/okhttp/releases -OKHTTP=3.14.0 -# http://robolectric.org/getting-started/ +OKHTTP=3.14.1 # https://developer.android.com/jetpack/androidx/releases/room ROOM=2.1.0-alpha04 +# http://robolectric.org/getting-started/ ROBOELECTRIC=4.2 # https://github.com/davemorrissey/subsampling-scale-image-view#quick-start SCALE_IMAGE_VIEW=3.10.0 |