|
@@ -129,12 +129,12 @@ android {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
- implementation 'androidx.appcompat:appcompat:1.5.1'
|
|
|
|
|
- implementation 'com.google.android.material:material:1.7.0'
|
|
|
|
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
|
+ implementation 'com.google.android.material:material:1.9.0'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
- implementation 'androidx.navigation:navigation-fragment:2.5.3'
|
|
|
|
|
- implementation 'androidx.navigation:navigation-ui:2.5.3'
|
|
|
|
|
- implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
|
|
|
+ implementation 'androidx.navigation:navigation-fragment:2.7.3'
|
|
|
|
|
+ implementation 'androidx.navigation:navigation-ui:2.7.3'
|
|
|
|
|
+ implementation 'androidx.recyclerview:recyclerview:1.3.1'
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
implementation 'com.google.oboe:oboe:1.7.0'
|
|
implementation 'com.google.oboe:oboe:1.7.0'
|
|
|
}
|
|
}
|