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-06-13 14:45:25 +08:00
parent 5d7da6d793
commit b04b7d043a
31 changed files with 2415 additions and 413 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.0.0' //添加这一行
classpath 'com.jakewharton:butterknife-gradle-plugin:10.1.0' //添加这一行
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}