Skip to content
Merged
Show file tree
Hide file tree
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
50 changes: 26 additions & 24 deletions app/dependencies/releaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
androidx.activity:activity-compose:1.10.0-rc01
androidx.activity:activity-ktx:1.10.0-rc01
androidx.activity:activity:1.10.0-rc01
androidx.activity:activity-compose:1.10.0
androidx.activity:activity-ktx:1.10.0
androidx.activity:activity:1.10.0
androidx.annotation:annotation-experimental:1.4.1
androidx.annotation:annotation-jvm:1.9.1
androidx.annotation:annotation:1.9.1
Expand Down Expand Up @@ -55,25 +55,27 @@ androidx.compose.ui:ui-unit:1.7.6
androidx.compose.ui:ui-util-android:1.7.6
androidx.compose.ui:ui-util:1.7.6
androidx.compose.ui:ui:1.7.6
androidx.compose:compose-bom:2024.12.01
androidx.compose:compose-bom:2025.01.00
androidx.concurrent:concurrent-futures-ktx:1.1.0
androidx.concurrent:concurrent-futures:1.1.0
androidx.core:core-ktx:1.15.0
androidx.core:core-ktx:1.16.0-alpha01
androidx.core:core-viewtree:1.0.0-alpha01
androidx.core:core:1.15.0
androidx.core:core:1.16.0-alpha01
androidx.cursoradapter:cursoradapter:1.0.0
androidx.customview:customview-poolingcontainer:1.0.0
androidx.customview:customview:1.0.0
androidx.datastore:datastore-android:1.1.1
androidx.datastore:datastore-core-android:1.1.1
androidx.datastore:datastore-core-okio-jvm:1.1.1
androidx.datastore:datastore-core-okio:1.1.1
androidx.datastore:datastore-core:1.1.1
androidx.datastore:datastore-preferences-android:1.1.1
androidx.datastore:datastore-preferences-core-jvm:1.1.1
androidx.datastore:datastore-preferences-core:1.1.1
androidx.datastore:datastore-preferences:1.1.1
androidx.datastore:datastore:1.1.1
androidx.datastore:datastore-android:1.1.2
androidx.datastore:datastore-core-android:1.1.2
androidx.datastore:datastore-core-okio-jvm:1.1.2
androidx.datastore:datastore-core-okio:1.1.2
androidx.datastore:datastore-core:1.1.2
androidx.datastore:datastore-preferences-android:1.1.2
androidx.datastore:datastore-preferences-core-jvm:1.1.2
androidx.datastore:datastore-preferences-core:1.1.2
androidx.datastore:datastore-preferences-external-protobuf:1.1.2
androidx.datastore:datastore-preferences-proto:1.1.2
androidx.datastore:datastore-preferences:1.1.2
androidx.datastore:datastore:1.1.2
androidx.drawerlayout:drawerlayout:1.0.0
androidx.emoji2:emoji2-views-helper:1.3.0
androidx.emoji2:emoji2:1.3.0
Expand Down Expand Up @@ -131,9 +133,9 @@ androidx.vectordrawable:vectordrawable-animated:1.1.0
androidx.vectordrawable:vectordrawable:1.1.0
androidx.versionedparcelable:versionedparcelable:1.1.1
androidx.viewpager:viewpager:1.0.0
androidx.window:window-core-android:1.4.0-alpha05
androidx.window:window-core:1.4.0-alpha05
androidx.window:window:1.4.0-alpha05
androidx.window:window-core-android:1.4.0-beta01
androidx.window:window-core:1.4.0-beta01
androidx.window:window:1.4.0-beta01
androidx.work:work-runtime:2.10.0
com.google.accompanist:accompanist-drawablepainter:0.36.0
com.google.code.findbugs:jsr305:3.0.2
Expand Down Expand Up @@ -179,10 +181,10 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1
org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3
org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.7.3
org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.7.3
org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3
org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0
org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0
org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0
org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0
org.jetbrains:annotations:23.0.0
org.jspecify:jspecify:1.0.0
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ androidGradlePlugin = "8.7.1"
# Kotlin
kotlin = "2.1.0"
coroutines = "1.10.1"
serialization = "1.7.3"
serialization = "1.8.0"
ksp = "2.1.0-1.0.29"

# Dagger
dagger = "2.55"
androidxhilt = "1.2.0"

# AndroidX
androidx-activity = "1.10.0-rc01"
androidx-activity = "1.10.0"
androidx-appcompat = "1.7.0"
androidx-benchmark = "1.3.3"
androidx-browser = "1.8.0"
androidx-core = "1.15.0"
androidx-datastore = "1.1.1"
androidx-core = "1.16.0-alpha01"
androidx-datastore = "1.1.2"
androidx-lifecycle = "2.9.0-alpha08"
androidx-navigation = "2.9.0-alpha04"
androidx-profileinstaller = "1.4.1"
androidx-room = "2.7.0-alpha12"
androidx-startup = "1.2.0"
androidx-window = "1.4.0-alpha05"
androidx-window = "1.4.0-beta01"
androidx-work = "2.10.0"

# Compose
compose-bom = "2024.12.01"
compose-bom = "2025.01.00"
readmore = "1.5.6"
materialmotion = "1.1.3"
photo-compose = "1.0.1"
Expand Down
Loading