mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 19:39:19 +00:00
Update Compose Version and Create Chip Row in Compose
This commit is contained in:
16
build.gradle
16
build.gradle
@ -49,7 +49,7 @@ android {
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion "1.2.0-alpha01"
|
||||
kotlinCompilerExtensionVersion "1.2.0-alpha05"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -167,13 +167,13 @@ dependencies {
|
||||
kapt 'androidx.room:room-compiler:2.4.2'
|
||||
|
||||
// Compose
|
||||
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 "androidx.compose.runtime:runtime:1.2.0-alpha05"
|
||||
implementation "androidx.compose.ui:ui:1.2.0-alpha05"
|
||||
implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha05"
|
||||
implementation "androidx.compose.foundation:foundation:1.2.0-alpha05"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha05"
|
||||
implementation "androidx.compose.material3:material3:1.0.0-alpha07"
|
||||
implementation "androidx.compose.material:material:1.2.0-alpha05"
|
||||
implementation "com.google.android.material:compose-theme-adapter:1.1.5"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user