添加任务开始时间条件设置功能

This commit is contained in:
ZhanGSKen
2025-10-22 05:36:36 +08:00
parent 6a90bbb263
commit bcd4fc5abd
18 changed files with 895 additions and 191 deletions

View File

@@ -46,6 +46,9 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// https://mvnrepository.com/artifact/com.jzxiang.pickerview/TimePickerDialog
api 'com.jzxiang.pickerview:TimePickerDialog:1.0.1'
// 谷歌定位服务核心依赖FusedLocationProviderClient所在库
api 'com.google.android.gms:play-services-location:21.0.1'