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

Update dependencies #817

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
accompanist = "0.11.1"
accompanist = "0.12.0"
androidxhilt = "1.0.0"
androidxlifecycle = "2.4.0-alpha01"
androidxlifecycle = "2.4.0-alpha02"
androidxtest = "1.3.0"
coil = "1.2.1"
compose = "1.0.0-beta08"
coil = "1.2.2"
compose = "1.0.0-beta09"
composesnapshot = "-" # a single character = no snapshot
coroutines = "1.5.0"
dagger = "2.36"
hilt = "2.36"
dagger = "2.37"
hilt = "2.37"
kotlin = "1.5.10"
ktlint = "0.40.0"
okhttp = "4.9.1"
paging = "3.0.0"
retrofit = "2.9.0"
room = "2.4.0-alpha02"
room = "2.4.0-alpha03"
threetenbp = "1.5.1"

[libraries]
Expand All @@ -23,27 +23,27 @@ accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayo
accompanist-insets = { module = "com.google.accompanist:accompanist-insets", version.ref = "accompanist" }
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }

android-gradlePlugin = "com.android.tools.build:gradle:7.0.0-beta03"
android-gradlePlugin = "com.android.tools.build:gradle:7.1.0-alpha02"

androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-beta01"
androidx-appcompat = "androidx.appcompat:appcompat:1.3.0-rc01"
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-beta02"
androidx-appcompat = "androidx.appcompat:appcompat:1.3.0"
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-rc02"
androidx-core = "androidx.core:core-ktx:1.6.0-rc01"
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"

androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidxhilt" }
androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0-alpha02"
androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0-alpha03"
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidxhilt" }

androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxlifecycle" }
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxlifecycle" }

androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-alpha02"
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-alpha03"

androidx-paging-common = { module = "androidx.paging:paging-common-ktx", version.ref = "paging" }
androidx-paging-runtime = { module = "androidx.paging:paging-runtime-ktx", version.ref = "paging" }
Expand Down