Commit 7586b2577c1e85e5de7506d3aecf23984bf903bc
1 parent
08023a64
1 修改动画依赖
Showing
3 changed files
with
10 additions
and
3 deletions
build.gradle
config.gradle
module_xiaojiaSoundBox/build.gradle
| ... | ... | @@ -85,8 +85,10 @@ dependencies { |
| 85 | 85 | // 动画库 |
| 86 | 86 | |
| 87 | 87 | // implementation 'com.android.support:support-compat:25.1.1' |
| 88 | - implementation 'com.daimajia.easing:library:2.0@aar' | |
| 89 | - implementation 'com.daimajia.androidanimations:library:2.3@aar' | |
| 88 | + // 动画大全 | |
| 89 | + implementation "com.daimajia.easing:library:$rootProject.viewAnimationsEasing" | |
| 90 | + implementation "com.daimajia.androidanimations:library:$rootProject.viewAnimationsAndroid" | |
| 91 | + | |
| 90 | 92 | implementation 'com.android.support.constraint:constraint-layout:1.1.3' |
| 91 | 93 | |
| 92 | 94 | implementation "com.alibaba:arouter-api:$rootProject.arouterApiVersion" | ... | ... |