Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #796 from chrisbanes/cb/beta06
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
chrisbanes authored May 5, 2021
2 parents 4a9e657 + 753aacc commit a29e6d5
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
accompanist = "0.8.1"
androidxhilt = "1.0.0-beta01"
androidxlifecycle = "2.3.0"
androidxtest = "1.2.0"
accompanist = "0.9.0"
androidxhilt = "1.0.0"
androidxlifecycle = "2.3.1"
androidxtest = "1.3.0"
coil = "1.2.1"
compose = "1.0.0-beta05"
compose = "1.0.0-beta06"
composesnapshot = "-" # a single character = no snapshot
coroutines = "1.4.3"
dagger = "2.35.1"
hilt = "2.35.1"
kotlin = "1.4.32"
ktlint = "0.40.0"
okhttp = "4.9.1"
paging = "3.0.0-rc01"
paging = "3.0.0"
retrofit = "2.9.0"
room = "2.3.0"
roomigrant = "92ac4a5b71"
Expand All @@ -31,7 +31,7 @@ androidx-appcompat = "androidx.appcompat:appcompat:1.3.0-rc01"
androidx-archCoreTesting = "androidx.arch.core:core-testing:2.1.0"
androidx-browser = "androidx.browser:browser:1.3.0"
androidx-collection = "androidx.collection:collection-ktx:1.1.0"
androidx-core = "androidx.core:core-ktx:1.5.0-beta03"
androidx-core = "androidx.core:core-ktx:1.5.0-rc02"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"
androidx-emoji = "androidx.emoji:emoji:1.1.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.3.0"
Expand Down Expand Up @@ -84,8 +84,6 @@ compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding", versio
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
dagger-dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }

dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.4.30"

google-analytics = "com.google.firebase:firebase-analytics-ktx:18.0.3"
google-crashlytics = "com.google.firebase:firebase-crashlytics-ktx:17.4.1"
google-crashlyticsGradle = "com.google.firebase:firebase-crashlytics-gradle:2.5.2"
Expand All @@ -96,9 +94,8 @@ hilt-gradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", v
hilt-library = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }

junit = "junit:junit:4.13"
junit = "junit:junit:4.13.2"

kotlin-binaryCompatibility = "org.jetbrains.kotlinx:binary-compatibility-validator:0.3.0"
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
Expand All @@ -108,7 +105,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "

leakCanary = "com.squareup.leakcanary:leakcanary-android:2.7"

mockK = "io.mockk:mockk:1.10.6"
mockK = "io.mockk:mockk:1.11.0"

okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
okhttp-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
Expand All @@ -123,7 +120,7 @@ roomigrant-library = { module = "com.github.chrisbanes.Roomigrant:RoomigrantLib"

store = "com.dropbox.mobile.store:store4:4.0.0"

threeTenAbp = "com.jakewharton.threetenabp:threetenabp:1.3.0"
threeTenAbp = "com.jakewharton.threetenabp:threetenabp:1.3.1"

timber = "com.jakewharton.timber:timber:4.7.1"

Expand Down

0 comments on commit a29e6d5

Please sign in to comment.