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

[TF][FIX] missing interpolator dependency

(cherry picked from commit 73d67f721b4355edc57110bf4558ad70513c0db0)
This commit is contained in:
thermatk 2020-04-04 12:19:47 +02:00 committed by 世界
parent cafb43096a
commit 654276b7b3
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.interpolator:interpolator:1.0.0'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.2.0'
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'