Updated dependencies

This commit is contained in:
Sockenklaus
2022-11-16 14:51:43 +01:00
parent 0f99fb589c
commit 49eabce142

View File

@@ -66,47 +66,44 @@ android {
}
dependencies {
implementation 'androidx.room:room-runtime:2.4.2'
implementation 'androidx.room:room-rxjava3:2.4.2'
implementation "androidx.room:room-paging:2.4.2"
implementation "androidx.room:room-ktx:2.4.2"
kapt 'androidx.room:room-compiler:2.4.2'
implementation 'androidx.room:room-runtime:2.4.3'
implementation 'androidx.room:room-rxjava3:2.4.3'
implementation "androidx.room:room-paging:2.4.3"
implementation "androidx.room:room-ktx:2.4.3"
kapt 'androidx.room:room-compiler:2.4.3'
implementation "androidx.compose.ui:ui:1.3.0-alpha01"
implementation "androidx.compose.ui:ui-tooling-preview:1.3.0-alpha01"
implementation 'androidx.compose.material:material-icons-extended:1.3.0-alpha01'
implementation 'androidx.compose.material:material:1.3.0-alpha01'
implementation 'androidx.compose.runtime:runtime-livedata:1.1.1'
implementation 'androidx.compose.animation:animation:1.3.0-alpha01'
implementation 'androidx.compose.ui:ui-tooling:1.3.0-alpha01'
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.3.0-alpha01'
debugImplementation "androidx.compose.ui:ui-test-manifest:1.1.1"
implementation "androidx.compose.ui:ui:1.4.0-alpha02"
implementation "androidx.compose.ui:ui-tooling-preview:1.4.0-alpha02"
implementation 'androidx.compose.material:material-icons-extended:1.4.0-alpha02'
implementation 'androidx.compose.material:material:1.4.0-alpha02'
implementation 'androidx.compose.runtime:runtime-livedata:1.3.1'
implementation 'androidx.compose.animation:animation:1.4.0-alpha02'
implementation 'androidx.compose.ui:ui-tooling:1.4.0-alpha02'
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.4.0-alpha02'
debugImplementation "androidx.compose.ui:ui-test-manifest:1.3.1"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
//implementation 'com.google.android.material:compose-theme-adapter:1.1.22'
implementation 'com.google.android.material:material:1.7.0-alpha03'
implementation 'com.google.android.material:compose-theme-adapter:1.1.14'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.0'
implementation "androidx.navigation:navigation-compose:2.5.0"
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation "androidx.navigation:navigation-compose:2.5.3"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.activity:activity-compose:1.5.0'
implementation 'androidx.activity:activity-compose:1.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
}