mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-08 16:59:55 +00:00
Update: Dependencies
This commit is contained in:
parent
0a6c2f4d96
commit
f17b7eac62
20
build.gradle
20
build.gradle
@ -133,11 +133,11 @@ dependencies {
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
implementation 'androidx.appcompat:appcompat-resources:1.4.1'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.4.0'
|
||||
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.4.0-rc01"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.4.0-rc01"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.5.0-alpha01"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.5.0-alpha01"
|
||||
|
||||
// Material3
|
||||
implementation 'com.google.android.material:material:1.6.0-alpha02'
|
||||
@ -182,13 +182,13 @@ dependencies {
|
||||
kapt 'androidx.room:room-compiler:2.4.1'
|
||||
|
||||
// Compose
|
||||
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.2.0-alpha01"
|
||||
implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha01"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha01"
|
||||
implementation "androidx.compose.material:material:1.2.0-alpha01"
|
||||
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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user