mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Dependencies
This commit is contained in:
parent
4aeb0a5709
commit
184dfe384e
16
build.gradle
16
build.gradle
@ -178,19 +178,19 @@ dependencies {
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
|
||||
|
||||
// Room
|
||||
implementation 'androidx.room:room-runtime:2.4.0'
|
||||
implementation 'androidx.room:room-ktx:2.4.0'
|
||||
implementation 'androidx.room:room-rxjava3:2.4.0'
|
||||
kapt 'androidx.room:room-compiler:2.4.0'
|
||||
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'
|
||||
|
||||
// Compose
|
||||
implementation "androidx.compose.runtime:runtime:1.1.0-rc01"
|
||||
implementation "androidx.compose.ui:ui:1.1.0-rc01"
|
||||
implementation "androidx.compose.ui:ui-tooling:1.1.0-rc01"
|
||||
implementation "androidx.compose.runtime:runtime:1.2.0-alpha01"
|
||||
implementation "androidx.compose.ui:ui:1.2.0-alpha01"
|
||||
implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha01"
|
||||
implementation "androidx.compose.foundation:foundation:1.1.0-rc01"
|
||||
implementation "androidx.compose.foundation:foundation-layout:1.1.0-rc01"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.1.0-rc01"
|
||||
implementation "androidx.compose.material:material:1.1.0-rc01"
|
||||
implementation "androidx.compose.material:material:1.2.0-alpha01"
|
||||
implementation "com.google.android.material:compose-theme-adapter:1.1.2"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user