diff options
Diffstat (limited to 'buildSrc')
-rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index fb7d764e..75544cfb 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -3,26 +3,24 @@ object Versions { const val targetSdk = 29 // https://developer.android.com/jetpack/androidx/releases/biometric - const val andxBiometric = "1.0.0" + const val andxBiometric = "1.0.1" // https://mvnrepository.com/artifact/org.apache.commons/commons-text // Updates blocked due to javax.script dependency const val apacheCommonsText = "1.4" // https://github.com/brianwernick/ExoMedia/releases const val exoMedia = "4.3.0" - // https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md - const val koin = "2.0.1" // https://github.com/mockk/mockk/releases const val mockk = "1.9.3" // https://github.com/jhy/jsoup/releases const val jsoup = "1.12.1" - // https://github.com/square/leakcanary/releases - const val leakCanary = "1.6.2" - // https://github.com/square/okhttp/releases - const val okhttp = "4.2.2" + // https://square.github.io/leakcanary/changelog/ + const val leakCanary = "2.2" + // https://square.github.io/okhttp/changelog/ + const val okhttp = "4.3.1" // https://developer.android.com/jetpack/androidx/releases/room - const val room = "2.2.2" + const val room = "2.2.3" // http://robolectric.org/getting-started/ const val roboelectric = "4.3" // https://github.com/davemorrissey/subsampling-scale-image-view#quick-start |