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

增加时钟详细设置界面

This commit is contained in:
wushunlian
2019-06-13 14:45:25 +08:00
parent 5d7da6d793
commit b04b7d043a
31 changed files with 2415 additions and 413 deletions

View File

@@ -20,8 +20,8 @@ android {
productFlavors {
}
compileOptions {
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
@@ -67,4 +67,7 @@ dependencies {
implementation 'org.sqldroid:sqldroid:1.1.0-rc1'
implementation "com.github.DeweyReed:UltimateMusicPicker:2.0.4"
implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
}