1
0
mirror of https://gitee.com/51danju/workclock.git synced 2025-12-29 05:29:36 +08:00

可以进入全屏模拟走钟样式,及更多背景动画

This commit is contained in:
wushunlian
2019-03-08 21:17:20 +08:00
parent f48aca7eb2
commit cac96e3f43
153 changed files with 9562 additions and 1279 deletions

View File

@@ -25,6 +25,7 @@ android {
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.13-beta-2'
@@ -43,5 +44,9 @@ dependencies {
implementation 'com.larswerkman:HoloColorPicker:1.5'
implementation 'com.daimajia.easing:library:2.0@aar'
//implementation 'com.daimajia.easing:library:2.0@aar'
implementation ('com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'){
exclude group: "com.github.bumptech.glide"
}
}