mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 03:49:19 +00:00
Move Compose to Material3 (Material You)
Optimize Image Processing for Jetpack Compose Update Dependencies
This commit is contained in:
32
build.gradle
32
build.gradle
@ -135,9 +135,9 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat-resources:1.4.1'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.4.1'
|
||||
implementation 'androidx.activity:activity-ktx:1.4.0'
|
||||
implementation "androidx.preference:preference-ktx:1.1.1"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.5.0-alpha01"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.5.0-alpha01"
|
||||
implementation "androidx.preference:preference-ktx:1.2.0"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.5.0-alpha03"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.5.0-alpha03"
|
||||
|
||||
// Material3
|
||||
implementation 'com.google.android.material:material:1.6.0-alpha02'
|
||||
@ -171,7 +171,7 @@ dependencies {
|
||||
implementation "org.jetbrains:markdown:0.2.4"
|
||||
|
||||
// Coroutines / Lifecycle
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
|
||||
|
||||
@ -179,20 +179,20 @@ dependencies {
|
||||
implementation 'androidx.paging:paging-runtime-ktx:3.1.0'
|
||||
|
||||
// Room
|
||||
implementation 'androidx.room:room-runtime:2.4.1'
|
||||
implementation 'androidx.room:room-ktx:2.4.1'
|
||||
implementation 'androidx.room:room-rxjava3:2.4.1'
|
||||
kapt 'androidx.room:room-compiler:2.4.1'
|
||||
implementation 'androidx.room:room-runtime:2.4.2'
|
||||
implementation 'androidx.room:room-ktx:2.4.2'
|
||||
implementation 'androidx.room:room-rxjava3:2.4.2'
|
||||
kapt 'androidx.room:room-compiler:2.4.2'
|
||||
|
||||
// Compose
|
||||
implementation "androidx.compose.runtime:runtime:1.2.0-alpha02"
|
||||
implementation "androidx.compose.ui:ui:1.2.0-alpha02"
|
||||
implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha02"
|
||||
implementation "androidx.compose.foundation:foundation:1.2.0-alpha02"
|
||||
implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha02"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha02"
|
||||
implementation "androidx.compose.material:material:1.2.0-alpha02"
|
||||
implementation "com.google.android.material:compose-theme-adapter:1.1.3"
|
||||
implementation "androidx.compose.runtime:runtime:1.2.0-alpha04"
|
||||
implementation "androidx.compose.ui:ui:1.2.0-alpha04"
|
||||
implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha04"
|
||||
implementation "androidx.compose.foundation:foundation:1.2.0-alpha04"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha04"
|
||||
implementation "androidx.compose.material3:material3:1.0.0-alpha06"
|
||||
implementation "androidx.compose.material:material:1.2.0-alpha04"
|
||||
implementation "com.google.android.material:compose-theme-adapter:1.1.5"
|
||||
}
|
||||
|
||||
// using a task as a preBuild dependency instead of a function that takes some time insures that it runs
|
||||
|
Reference in New Issue
Block a user