Update versions of all dependencies
This commit is contained in:
@@ -20,10 +20,10 @@ ext {
|
|||||||
google_services_version = "4.3.10"
|
google_services_version = "4.3.10"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.google.firebase/firebase-crashlytics-gradle
|
// https://mvnrepository.com/artifact/com.google.firebase/firebase-crashlytics-gradle
|
||||||
crashlytics_version = "2.8.1"
|
crashlytics_version = "2.9.0"
|
||||||
|
|
||||||
// https://plugins.gradle.org/plugin/org.sonarqube
|
// https://plugins.gradle.org/plugin/org.sonarqube
|
||||||
sonarqube_version = "3.3"
|
sonarqube_version = "3.4.0.2513"
|
||||||
|
|
||||||
// https://plugins.gradle.org/plugin/nl.neotech.plugin.rootcoverage
|
// https://plugins.gradle.org/plugin/nl.neotech.plugin.rootcoverage
|
||||||
root_coverage_version = "1.5.2"
|
root_coverage_version = "1.5.2"
|
||||||
@@ -35,14 +35,14 @@ ext {
|
|||||||
min_sdk_version = 32
|
min_sdk_version = 32
|
||||||
target_sdk_version = 32
|
target_sdk_version = 32
|
||||||
|
|
||||||
// https://github.com/material-components/material-components-android
|
// https://github.com/material-components/material-components-android/releases
|
||||||
material_version = "1.6.0"
|
material_version = "1.6.1"
|
||||||
|
|
||||||
// https://developer.android.com/kotlin/ktx#core
|
// https://developer.android.com/kotlin/ktx#core
|
||||||
core_ktx_version = "1.7.0"
|
core_ktx_version = "1.8.0"
|
||||||
|
|
||||||
// https://developer.android.com/jetpack/androidx/releases/appcompat
|
// https://developer.android.com/jetpack/androidx/releases/appcompat
|
||||||
appcompat_version = "1.4.1"
|
appcompat_version = "1.4.2"
|
||||||
|
|
||||||
// https://developer.android.com/jetpack/androidx/releases/constraintlayout
|
// https://developer.android.com/jetpack/androidx/releases/constraintlayout
|
||||||
contraint_layout_version = "2.1.4"
|
contraint_layout_version = "2.1.4"
|
||||||
@@ -61,7 +61,7 @@ ext {
|
|||||||
kotlinx_serialization_version = "1.3.3"
|
kotlinx_serialization_version = "1.3.3"
|
||||||
|
|
||||||
// https://github.com/square/okhttp/tags
|
// https://github.com/square/okhttp/tags
|
||||||
okhttp_version = "4.9.3"
|
okhttp_version = "4.10.0"
|
||||||
|
|
||||||
// https://github.com/JakeWharton/timber/releases
|
// https://github.com/JakeWharton/timber/releases
|
||||||
timber_version = "5.0.1"
|
timber_version = "5.0.1"
|
||||||
@@ -88,7 +88,7 @@ ext {
|
|||||||
security_version = "1.0.0"
|
security_version = "1.0.0"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.google.firebase/firebase-bom?repo=google
|
// https://mvnrepository.com/artifact/com.google.firebase/firebase-bom?repo=google
|
||||||
firebase_version = "30.0.2"
|
firebase_version = "30.1.0"
|
||||||
|
|
||||||
// https://github.com/junit-team/junit4/releases
|
// https://github.com/junit-team/junit4/releases
|
||||||
junit_version = "4.13.2"
|
junit_version = "4.13.2"
|
||||||
@@ -96,10 +96,10 @@ ext {
|
|||||||
junit_ktx_version = "1.1.3"
|
junit_ktx_version = "1.1.3"
|
||||||
|
|
||||||
// https://github.com/Kotlin/kotlinx.coroutines/releases
|
// https://github.com/Kotlin/kotlinx.coroutines/releases
|
||||||
coroutines_version = "1.6.1"
|
coroutines_version = "1.6.2"
|
||||||
|
|
||||||
// https://github.com/robolectric/robolectric/releases
|
// https://github.com/robolectric/robolectric/releases
|
||||||
robolectric_version = "1.6.1"
|
robolectric_version = "4.8.1"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.google.truth/truth
|
// https://mvnrepository.com/artifact/com.google.truth/truth
|
||||||
truth_version = "1.1.3"
|
truth_version = "1.1.3"
|
||||||
@@ -108,7 +108,7 @@ ext {
|
|||||||
mockk_version = "1.12.4"
|
mockk_version = "1.12.4"
|
||||||
|
|
||||||
// https://github.com/facebook/flipper/releases
|
// https://github.com/facebook/flipper/releases
|
||||||
flipper_version = "0.147.0"
|
flipper_version = "0.149.0"
|
||||||
// https://github.com/facebook/SoLoader/releases
|
// https://github.com/facebook/SoLoader/releases
|
||||||
soloader_version = "0.10.3"
|
soloader_version = "0.10.3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user