mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-09 15:53:06 +01:00
Update some dependencies
This commit is contained in:
parent
4e09c16d53
commit
37f8bab393
@ -64,11 +64,11 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||
|
||||
def composeBom = platform('androidx.compose:compose-bom:2022.12.00')
|
||||
def composeBom = platform('androidx.compose:compose-bom:2023.06.01')
|
||||
implementation composeBom
|
||||
androidTestImplementation composeBom
|
||||
|
||||
implementation 'androidx.activity:activity-compose:1.5.1'
|
||||
implementation 'androidx.activity:activity-compose:1.7.2'
|
||||
implementation 'androidx.compose.material3:material3'
|
||||
|
||||
def voyager = "1.0.0-rc03"
|
||||
@ -78,10 +78,10 @@ dependencies {
|
||||
implementation "cafe.adriel.voyager:voyager-androidx:$voyager"
|
||||
implementation "cafe.adriel.voyager:voyager-koin:$voyager"
|
||||
|
||||
debugImplementation "androidx.compose.ui:ui-tooling:1.3.3"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:1.3.3"
|
||||
debugImplementation "androidx.compose.ui:ui-tooling:1.4.3"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:1.4.3"
|
||||
|
||||
def lifecycle_version = "2.5.1"
|
||||
def lifecycle_version = "2.6.1"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:$lifecycle_version"
|
||||
@ -90,4 +90,8 @@ dependencies {
|
||||
implementation "io.insert-koin:koin-core:$koin_version"
|
||||
implementation "io.insert-koin:koin-android:$koin_version"
|
||||
implementation "io.insert-koin:koin-androidx-compose:3.4.2"*/
|
||||
|
||||
androidTestImplementation "io.insert-koin:koin-test-junit4:$rootProject.ext.koin_version"
|
||||
androidTestImplementation "io.insert-koin:koin-test:$rootProject.ext.koin_version"
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user