Update versions of dependencies
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
ext {
|
||||
// https://github.com/protocolbuffers/protobuf/releases
|
||||
protobuf_version = "3.21.1"
|
||||
protobuf_version = "3.21.2"
|
||||
// https://github.com/google/protobuf-gradle-plugin/releases
|
||||
protobuf_plugin_version = "0.8.18"
|
||||
protobuf_plugin_version = "0.8.19"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/navigation
|
||||
nav_version = "2.4.2"
|
||||
nav_version = "2.5.0"
|
||||
|
||||
// https://dagger.dev/hilt/gradle-setup
|
||||
hilt_version = "2.42"
|
||||
@@ -17,19 +17,19 @@ ext {
|
||||
android_plugin_version = "7.2.1"
|
||||
|
||||
// https://developers.google.com/android/guides/google-services-plugin
|
||||
google_services_version = "4.3.10"
|
||||
google_services_version = "4.3.13"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.firebase/firebase-crashlytics-gradle
|
||||
crashlytics_version = "2.9.0"
|
||||
crashlytics_version = "2.9.1"
|
||||
|
||||
// https://plugins.gradle.org/plugin/org.sonarqube
|
||||
sonarqube_version = "3.4.0.2513"
|
||||
|
||||
// https://plugins.gradle.org/plugin/nl.neotech.plugin.rootcoverage
|
||||
root_coverage_version = "1.5.2"
|
||||
root_coverage_version = "1.5.3"
|
||||
|
||||
// https://plugins.gradle.org/plugin/com.guardsquare.appsweep
|
||||
appsweep_version = "1.0.0"
|
||||
appsweep_version = "1.1.0"
|
||||
|
||||
compile_sdk_version = 32
|
||||
min_sdk_version = 23
|
||||
@@ -51,7 +51,7 @@ ext {
|
||||
swipe_refresh_layout_version = "1.1.0"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/lifecycle
|
||||
lifecycle_version = "2.4.1"
|
||||
lifecycle_version = "2.5.0"
|
||||
|
||||
// https://github.com/square/retrofit/tags
|
||||
retrofit_version = "2.9.0"
|
||||
@@ -73,7 +73,7 @@ ext {
|
||||
room_version = "2.4.2"
|
||||
|
||||
// https://github.com/Kotlin/kotlinx-datetime/releases
|
||||
kotlinx_datetime_version = "0.3.3"
|
||||
kotlinx_datetime_version = "0.4.0"
|
||||
|
||||
// https://github.com/bumptech/glide/releases
|
||||
glide_version = "4.13.2"
|
||||
@@ -88,7 +88,7 @@ ext {
|
||||
security_version = "1.0.0"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.firebase/firebase-bom?repo=google
|
||||
firebase_version = "30.1.0"
|
||||
firebase_version = "30.2.0"
|
||||
|
||||
// https://github.com/junit-team/junit4/releases
|
||||
junit_version = "4.13.2"
|
||||
@@ -96,7 +96,7 @@ ext {
|
||||
junit_ktx_version = "1.1.3"
|
||||
|
||||
// https://github.com/Kotlin/kotlinx.coroutines/releases
|
||||
coroutines_version = "1.6.2"
|
||||
coroutines_version = "1.6.3"
|
||||
|
||||
// https://github.com/robolectric/robolectric/releases
|
||||
robolectric_version = "4.8.1"
|
||||
|
||||
Reference in New Issue
Block a user