Skip to content

Commit

Permalink
dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Mar 19, 2024
1 parent 7e638fb commit bc97be2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

kotlin_version = '1.9.22'
kotlin_compiler_extension_version = '1.5.10'
androidx_compose_bom_version = '2024.02.01'
androidx_compose_bom_version = '2024.02.02'

androidx_core_version = '1.12.0'
androidx_appcompat_version = '1.6.1'
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {

//noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
// implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
// implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'

// https://mvnrepository.com/artifact/androidx.compose
// https://developer.android.com/jetpack/compose/tooling#bom
Expand All @@ -104,8 +104,8 @@ dependencies {
implementation "androidx.compose.ui:ui"

/* Composable Preview */
debugImplementation "androidx.compose.ui:ui-tooling"
debugImplementation "androidx.customview:customview-poolingcontainer"
debugImplementation "androidx.compose.ui:ui-tooling"
}


Expand Down
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
// androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$androidx_test_espresso_version"

// Test rules and transitive dependencies:
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.6.2"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.6.3"

// Needed for createComposeRule, but not createAndroidComposeRule:
//noinspection GradleDependency
Expand Down

0 comments on commit bc97be2

Please sign in to comment.