build: update deps
ViewPager -> 1.1.0-beta02 Activity -> 1.7.2
This commit is contained in:
parent
b93a512bf7
commit
bf40516ddd
2 changed files with 3 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
|||
- Fixed issue where an item would be indicated as "playing" after playback ended
|
||||
- Items should no longer be indicated as playing if the currently playing song is not contained
|
||||
within it
|
||||
- Fixed blurry playing indicator in album/artist/genre/playlist items
|
||||
|
||||
## 3.1.0
|
||||
|
||||
|
|
|
@ -86,13 +86,13 @@ dependencies {
|
|||
// General
|
||||
implementation "androidx.appcompat:appcompat:1.6.1"
|
||||
implementation "androidx.core:core-ktx:1.10.1"
|
||||
implementation "androidx.activity:activity-ktx:1.7.1"
|
||||
implementation "androidx.activity:activity-ktx:1.7.2"
|
||||
implementation "androidx.fragment:fragment-ktx:1.5.7"
|
||||
|
||||
// UI
|
||||
implementation "androidx.recyclerview:recyclerview:1.3.0"
|
||||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
implementation "androidx.viewpager2:viewpager2:1.1.0-beta01"
|
||||
implementation "androidx.viewpager2:viewpager2:1.1.0-beta02"
|
||||
implementation 'androidx.core:core-ktx:1.10.1'
|
||||
|
||||
// Lifecycle
|
||||
|
|
Loading…
Reference in a new issue