Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 0253cf9

Browse files
committed
Update buildfiles
1 parent fa8391f commit 0253cf9

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

build.gradle

+2-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
artifactUrls "file:~/.m2/"
88
}
99
}
10-
classpath 'com.android.tools.build:gradle:0.12.1'
10+
classpath 'com.android.tools.build:gradle:0.12.2'
1111
// classpath 'com.jakewharton.hugo:hugo-plugin:1.0.+'
1212
classpath 'org.robolectric:robolectric-gradle-plugin:0.11.+'
1313
}
@@ -93,6 +93,7 @@ configure(allprojects) {
9393
ext.junitVersion = "4.11"
9494
ext.guavaVersion = "17.0"
9595
ext.butterknifeVersion = "5.1.1"
96+
ext.dashclockVersion = "2.0.0"
9697
}
9798

9899
allprojects {
@@ -105,18 +106,4 @@ allprojects {
105106
}
106107
}
107108

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-
122109
}

settings.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ include ':tw_sync'
1414
include ':ilovefs-android'
1515
include ':acra'
1616
include ':drag-sort-listview'
17-
include ':new_ui'
17+
include ':new_ui'
18+
include ':dashclock'

0 commit comments

Comments
 (0)