1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

[TF][FIX] missing viewpager dependency

(cherry picked from commit c74fd7971b834d06ed3bf18504fc062a3f54924f)
This commit is contained in:
thermatk 2020-01-11 14:39:02 +01:00 committed by 世界
parent 64c4e79795
commit a76fb317cc
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -16,6 +16,7 @@ configurations {
dependencies {
implementation 'androidx.core:core:1.1.0-beta01'
implementation 'androidx.palette:palette:1.0.0'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.2.0'
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
implementation 'com.android.support:multidex:1.0.3'