|
|
@@ -80,10 +80,10 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
implementation 'androidx.appcompat:appcompat:1.4.1'
|
|
|
- implementation 'com.google.android.material:material:1.5.0'
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
|
|
- implementation 'androidx.navigation:navigation-fragment:2.3.5'
|
|
|
- implementation 'androidx.navigation:navigation-ui:2.3.5'
|
|
|
+ implementation 'com.google.android.material:material:1.6.0'
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
+ implementation 'androidx.navigation:navigation-fragment:2.4.2'
|
|
|
+ implementation 'androidx.navigation:navigation-ui:2.4.2'
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
}
|