mirror of
https://github.com/danilkinkin/buckwheat.git
synced 2025-12-31 04:13:02 +00:00
bump: bump dependencies
This commit is contained in:
parent
91e4096ab1
commit
97d04e4aa6
1 changed files with 18 additions and 18 deletions
|
|
@ -71,20 +71,20 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("androidx.activity:activity-compose:1.8.2")
|
||||
implementation("androidx.compose.runtime:runtime:1.6.2")
|
||||
implementation("androidx.compose.foundation:foundation:1.6.2")
|
||||
implementation("androidx.compose.foundation:foundation-layout:1.6.2")
|
||||
implementation("androidx.compose.ui:ui-util:1.6.2")
|
||||
implementation("androidx.compose.material3:material3-window-size-class:1.2.0")
|
||||
implementation("androidx.compose.animation:animation:1.6.2")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.6.2")
|
||||
implementation("androidx.compose.runtime:runtime-livedata:1.6.2")
|
||||
implementation("androidx.compose.material3:material3:1.2.0")
|
||||
implementation("androidx.compose.material:material:1.6.2")
|
||||
implementation("androidx.datastore:datastore-preferences:1.0.0")
|
||||
implementation("androidx.activity:activity-compose:1.9.0")
|
||||
implementation("androidx.compose.runtime:runtime:1.6.6")
|
||||
implementation("androidx.compose.foundation:foundation:1.6.6")
|
||||
implementation("androidx.compose.foundation:foundation-layout:1.6.6")
|
||||
implementation("androidx.compose.ui:ui-util:1.6.6")
|
||||
implementation("androidx.compose.material3:material3-window-size-class:1.2.1")
|
||||
implementation("androidx.compose.animation:animation:1.6.6")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.6.6")
|
||||
implementation("androidx.compose.runtime:runtime-livedata:1.6.6")
|
||||
implementation("androidx.compose.material3:material3:1.2.1")
|
||||
implementation("androidx.compose.material:material:1.6.6")
|
||||
implementation("androidx.datastore:datastore-preferences:1.1.0")
|
||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||
implementation("androidx.room:room-runtime:2.6.1")
|
||||
implementation("androidx.room:room-ktx:2.6.1")
|
||||
|
|
@ -106,20 +106,20 @@ dependencies {
|
|||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
|
||||
|
||||
// Debug
|
||||
debugImplementation("androidx.compose.ui:ui-tooling:1.6.2")
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.2")
|
||||
debugImplementation("androidx.compose.ui:ui-tooling:1.6.6")
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.6")
|
||||
debugImplementation("com.google.android.glance.tools:appwidget-viewer:0.2.2")
|
||||
|
||||
// Testing
|
||||
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
|
||||
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
|
||||
androidTestImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation("androidx.test:core:1.5.0")
|
||||
androidTestImplementation("androidx.test:runner:1.5.2")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
|
||||
androidTestImplementation("androidx.test:rules:1.5.0")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.5")
|
||||
androidTestImplementation("androidx.compose.ui:ui-test:1.6.2")
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.2")
|
||||
androidTestImplementation("androidx.compose.ui:ui-test:1.6.6")
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.6")
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.46.1")
|
||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.46.1")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue