Update appkit to finally fix that ViewPager2 crash

This commit is contained in:
Grishka 2023-10-03 02:11:04 +03:00
parent 1feccdc26d
commit 70386ea1b2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ dependencies {
implementation 'me.grishka.litex:viewpager:1.0.0'
implementation 'me.grishka.litex:viewpager2:1.0.0'
implementation 'me.grishka.litex:palette:1.0.0'
implementation 'me.grishka.appkit:appkit:1.2.13'
implementation 'me.grishka.appkit:appkit:1.2.14'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'com.squareup:otto:1.3.8'