Compose BOM Update (#127)

This commit is contained in:
rahul bhat
2023-07-19 13:50:27 +05:30
committed by GitHub
parent 463fb78613
commit e3ec864ada
6 changed files with 25 additions and 27 deletions

View File

@@ -65,20 +65,19 @@ dependencies {
implementation platform("androidx.compose:compose-bom:2023.01.00")
implementation project(':navi-uitron')
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.activity:activity-compose:1.5.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.activity:activity-compose:1.7.2'
implementation "androidx.compose.material:material"
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0'
implementation 'com.google.code.gson:gson:2.8.9'
implementation "androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha02"
implementation "io.coil-kt:coil-compose:2.2.2"
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation "androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha10"
testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test.ext:junit:1.1.4"
androidTestImplementation "androidx.test.ext:junit:1.1.5"
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation "androidx.navigation:navigation-compose:$nav_version"
implementation 'androidx.profileinstaller:profileinstaller:1.3.1'