mirror of
https://gitee.com/51danju/workclock.git
synced 2025-12-29 05:29:36 +08:00
可以进入全屏模拟走钟样式,及更多背景动画
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user