Update versions
This commit is contained in:
@@ -7,8 +7,8 @@ import org.gradle.kotlin.dsl.getByType
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val MIN_SDK_VERSION = 23
|
const val MIN_SDK_VERSION = 23
|
||||||
const val TARGET_SDK_VERSION = 32
|
const val TARGET_SDK_VERSION = 33
|
||||||
const val COMPILE_SDK_VERSION = 32
|
const val COMPILE_SDK_VERSION = 33
|
||||||
}
|
}
|
||||||
|
|
||||||
val Project.libs: VersionCatalog
|
val Project.libs: VersionCatalog
|
||||||
|
|||||||
@@ -1,32 +1,32 @@
|
|||||||
[versions]
|
[versions]
|
||||||
# https://maven.google.com/web/index.html?q=com.android.tools.build#com.android.tools.build:gradle
|
# https://maven.google.com/web/index.html?q=com.android.tools.build#com.android.tools.build:gradle
|
||||||
androidGradlePlugin = "7.2.1"
|
androidGradlePlugin = "7.3.0"
|
||||||
# https://developers.google.com/android/guides/google-services-plugin
|
# https://developers.google.com/android/guides/google-services-plugin
|
||||||
googleServicesPlugin = "4.3.13"
|
googleServicesPlugin = "4.3.14"
|
||||||
# https://mvnrepository.com/artifact/com.google.firebase/firebase-crashlytics-gradle
|
# https://mvnrepository.com/artifact/com.google.firebase/firebase-crashlytics-gradle
|
||||||
firebaseCrashlytics = "2.9.1"
|
firebaseCrashlytics = "2.9.2"
|
||||||
# https://kotlinlang.org/docs/gradle.html
|
# https://kotlinlang.org/docs/gradle.html
|
||||||
kotlin = "1.7.10"
|
kotlin = "1.7.20"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/navigation
|
# https://developer.android.com/jetpack/androidx/releases/navigation
|
||||||
googleNavigation = "2.5.1"
|
googleNavigation = "2.5.2"
|
||||||
# https://dagger.dev/hilt/gradle-setup
|
# https://dagger.dev/hilt/gradle-setup
|
||||||
hilt = "2.43.1"
|
hilt = "2.44"
|
||||||
# https://github.com/protocolbuffers/protobuf/releases
|
# https://github.com/protocolbuffers/protobuf/releases
|
||||||
protobuf = "3.21.4"
|
protobuf = "3.21.7"
|
||||||
# https://github.com/google/protobuf-gradle-plugin/releases
|
# https://github.com/google/protobuf-gradle-plugin/releases
|
||||||
protobufPlugin = "0.8.19"
|
protobufPlugin = "0.8.19"
|
||||||
# https://plugins.gradle.org/plugin/org.sonarqube
|
# https://plugins.gradle.org/plugin/org.sonarqube
|
||||||
sonarqube = "3.4.0.2513"
|
sonarqube = "3.4.0.2513"
|
||||||
# https://plugins.gradle.org/plugin/nl.neotech.plugin.rootcoverage
|
# https://plugins.gradle.org/plugin/nl.neotech.plugin.rootcoverage
|
||||||
rootCoverage = "1.5.3"
|
rootCoverage = "1.6.0"
|
||||||
# https://plugins.gradle.org/plugin/com.guardsquare.appsweep
|
# https://plugins.gradle.org/plugin/com.guardsquare.appsweep
|
||||||
appsweep = "1.1.0"
|
appsweep = "1.2.0"
|
||||||
# https://github.com/material-components/material-components-android/releases
|
# https://github.com/material-components/material-components-android/releases
|
||||||
material = "1.6.1"
|
material = "1.6.1"
|
||||||
# https://developer.android.com/kotlin/ktx#core
|
# https://developer.android.com/kotlin/ktx#core
|
||||||
coreKtx = "1.8.0"
|
coreKtx = "1.9.0"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/appcompat
|
# https://developer.android.com/jetpack/androidx/releases/appcompat
|
||||||
appcompat = "1.4.2"
|
appcompat = "1.5.1"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/constraintlayout
|
# https://developer.android.com/jetpack/androidx/releases/constraintlayout
|
||||||
contraintLayout = "2.1.4"
|
contraintLayout = "2.1.4"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
|
# https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
|
||||||
@@ -38,7 +38,7 @@ retrofit = "2.9.0"
|
|||||||
# https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/tags
|
# https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/tags
|
||||||
retrofitKotlinxSerialization = "0.8.0"
|
retrofitKotlinxSerialization = "0.8.0"
|
||||||
# https://github.com/Kotlin/kotlinx.serialization/releases
|
# https://github.com/Kotlin/kotlinx.serialization/releases
|
||||||
kotlinxSerialization = "1.3.3"
|
kotlinxSerialization = "1.4.0"
|
||||||
# https://github.com/square/okhttp/tags
|
# https://github.com/square/okhttp/tags
|
||||||
okhttp = "4.10.0"
|
okhttp = "4.10.0"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/paging
|
# https://developer.android.com/jetpack/androidx/releases/paging
|
||||||
@@ -48,7 +48,7 @@ room = "2.4.3"
|
|||||||
# https://github.com/Kotlin/kotlinx-datetime/releases
|
# https://github.com/Kotlin/kotlinx-datetime/releases
|
||||||
kotlinxDatetime = "0.4.0"
|
kotlinxDatetime = "0.4.0"
|
||||||
# https://github.com/bumptech/glide/releases
|
# https://github.com/bumptech/glide/releases
|
||||||
glide = "4.13.2"
|
glide = "4.14.1"
|
||||||
# https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
|
# https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
|
||||||
viewBindingDelegate = "1.5.6"
|
viewBindingDelegate = "1.5.6"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/datastore
|
# https://developer.android.com/jetpack/androidx/releases/datastore
|
||||||
@@ -56,7 +56,7 @@ datastore = "1.0.0"
|
|||||||
# https://developer.android.com/jetpack/androidx/releases/security
|
# https://developer.android.com/jetpack/androidx/releases/security
|
||||||
security = "1.0.0"
|
security = "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 = "30.3.1"
|
firebase = "30.5.0"
|
||||||
# https://github.com/junit-team/junit4/releases
|
# https://github.com/junit-team/junit4/releases
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
# https://developer.android.com/jetpack/androidx/releases/test
|
# https://developer.android.com/jetpack/androidx/releases/test
|
||||||
@@ -64,11 +64,11 @@ junitKtx = "1.1.3"
|
|||||||
# https://github.com/Kotlin/kotlinx.coroutines/releases
|
# https://github.com/Kotlin/kotlinx.coroutines/releases
|
||||||
coroutines = "1.6.4"
|
coroutines = "1.6.4"
|
||||||
# https://github.com/robolectric/robolectric/releases
|
# https://github.com/robolectric/robolectric/releases
|
||||||
robolectric = "4.8.1"
|
robolectric = "4.9"
|
||||||
# https://mvnrepository.com/artifact/com.google.truth/truth
|
# https://mvnrepository.com/artifact/com.google.truth/truth
|
||||||
truth = "1.1.3"
|
truth = "1.1.3"
|
||||||
# https://mockk.io/
|
# https://mockk.io/
|
||||||
mockk = "1.12.5"
|
mockk = "1.13.2"
|
||||||
# https://github.com/square/leakcanary/releases
|
# https://github.com/square/leakcanary/releases
|
||||||
leakcanary = "2.9.1"
|
leakcanary = "2.9.1"
|
||||||
# https://github.com/ChuckerTeam/chucker/releases
|
# https://github.com/ChuckerTeam/chucker/releases
|
||||||
@@ -76,7 +76,7 @@ chucker = "3.5.2"
|
|||||||
# https://developer.android.com/studio/write/java8-support#library-desugaring
|
# https://developer.android.com/studio/write/java8-support#library-desugaring
|
||||||
desugar = "1.1.5"
|
desugar = "1.1.5"
|
||||||
# https://github.com/google/ksp/releases
|
# https://github.com/google/ksp/releases
|
||||||
kspPlugin = "1.7.10-1.0.6"
|
kspPlugin = "1.7.20-1.0.6"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
#Sat Nov 06 22:23:55 MSK 2021
|
#Sat Nov 06 22:23:55 MSK 2021
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user