This repository was archived by the owner on Jan 26, 2024. It is now read-only.
File tree 2 files changed +4
-16
lines changed
2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
artifactUrls " file:~/.m2/"
8
8
}
9
9
}
10
- classpath ' com.android.tools.build:gradle:0.12.1 '
10
+ classpath ' com.android.tools.build:gradle:0.12.2 '
11
11
// classpath 'com.jakewharton.hugo:hugo-plugin:1.0.+'
12
12
classpath ' org.robolectric:robolectric-gradle-plugin:0.11.+'
13
13
}
@@ -93,6 +93,7 @@ configure(allprojects) {
93
93
ext. junitVersion = " 4.11"
94
94
ext. guavaVersion = " 17.0"
95
95
ext. butterknifeVersion = " 5.1.1"
96
+ ext. dashclockVersion = " 2.0.0"
96
97
}
97
98
98
99
allprojects {
@@ -105,18 +106,4 @@ allprojects {
105
106
}
106
107
}
107
108
108
- task checkTODO() {
109
- exec {
110
- executable ' bash'
111
- args rootDir. toString()+ ' /build/checkTODO.sh'
112
- }
113
- }
114
-
115
- task format() {
116
- exec {
117
- executable ' bash'
118
- args rootDir. toString()+ ' /build/format.sh'
119
- }
120
- }
121
-
122
109
}
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ include ':tw_sync'
14
14
include ' :ilovefs-android'
15
15
include ' :acra'
16
16
include ' :drag-sort-listview'
17
- include ' :new_ui'
17
+ include ' :new_ui'
18
+ include ' :dashclock'
You can’t perform that action at this time.
0 commit comments