|
|
|
@ -159,8 +159,8 @@ dependencies { |
|
|
|
|
//androidX |
|
|
|
|
implementation('androidx.core:core-ktx:1.8.0') |
|
|
|
|
implementation('androidx.appcompat:appcompat:1.4.2') |
|
|
|
|
implementation('androidx.activity:activity-ktx:1.4.0') |
|
|
|
|
implementation('androidx.fragment:fragment-ktx:1.4.1') |
|
|
|
|
implementation('androidx.activity:activity-ktx:1.5.0') |
|
|
|
|
implementation('androidx.fragment:fragment-ktx:1.5.0') |
|
|
|
|
implementation('androidx.preference:preference-ktx:1.2.0') |
|
|
|
|
implementation('androidx.constraintlayout:constraintlayout:2.1.4') |
|
|
|
|
implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0') |
|
|
|
@ -178,7 +178,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
//compose |
|
|
|
|
// Integration with activities |
|
|
|
|
implementation 'androidx.activity:activity-compose:1.4.0' |
|
|
|
|
implementation 'androidx.activity:activity-compose:1.5.0' |
|
|
|
|
// Compose Material Design |
|
|
|
|
implementation 'androidx.compose.material:material:1.1.1' |
|
|
|
|
// Animations |
|
|
|
|