Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2023
1 parent babe2b2 commit e0cf2dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ buildscript {
maven(url = "https://jitpack.io")
}
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("com.android.tools.build:gradle:7.4.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.44.2")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.10")
classpath("com.google.gms:google-services:4.3.14")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.8.0")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.5.0.2730")
}
Expand Down
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
# Plugins
detekt = "1.22.0"
androidGradle = "7.3.1"
androidGradle = "7.4.0"
sonarqube = "3.2.0"
ktlint = "0.47.1"
ktlint = "0.48.2"
junit = "4.13.2"
ksp = "1.7.10-1.0.6"
ksp = "1.8.0-1.0.8"
firebaseCrashlyticsPlugin = "2.9.2"
googleServices = "4.3.14"
gmsAuthService = "20.4.0"
googleServices = "4.3.15"
gmsAuthService = "20.4.1"

coverage-engine = "1.0.686"

# production libraries
coreKtx = "1.9.0"
androidxAppCompat = "1.5.1"
androidxAppCompat = "1.6.0"
lifecycleRuntime = "2.5.1"
coil = "2.2.2"
compose = "1.3.2"
Expand All @@ -29,32 +29,32 @@ androidxActivity = "1.6.1"
composePaging = "1.0.0-alpha16"
composeSwipeRefresh = "0.24.0-alpha"
composeMaterial3 = "1.0.0-beta03"
desugar = "1.1.6"
desugar = "2.0.0"
hilt = "2.44.2"
kotlin = "1.7.10"
kotlin = "1.8.0"
kotlinCoroutines = "1.6.4"
kotlinSerialization = "1.4.1"
kotlinSerializationConverter = "0.8.0"
kotlinCoroutinePlayServices = "1.6.4"
lifecycle = "2.5.1"

firebaseBoM = "31.1.1"
appCheckDebug = "16.1.0"
firebaseBoM = "31.2.0"
appCheckDebug = "16.1.1"

# test libraries
testJunit = "5.9.0"
testMockk = "1.13.2"
testMockk = "1.13.3"
testTurbine = "0.9.0"
testKotest = "5.4.2"

# android test libraries
testAndroidRunner = "1.5.1"
testAndroidRunner = "1.5.2"
androidxTestCore = "1.5.0"
androidxTestExt = "1.1.4"
androidxTestRunner = "1.5.1"
androidxTestExt = "1.1.5"
androidxTestRunner = "1.5.2"
androidxTestRules = "1.5.0"
androidxUiAutomator = "2.2.0"
androidxEspresso = "3.5.0"
androidxEspresso = "3.5.1"



Expand Down

0 comments on commit e0cf2dc

Please sign in to comment.