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

Commit de8d906

Browse files
committed
Update buildfiles
1 parent 647668d commit de8d906

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

build.gradle

+15-12
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ buildscript {
77
artifactUrls "file:~/.m2/"
88
}
99
}
10-
classpath 'com.android.tools.build:gradle:0.12.2'
10+
classpath 'com.android.tools.build:gradle:0.14.0'
1111
// classpath 'com.jakewharton.hugo:hugo-plugin:1.0.+'
12-
classpath 'org.robolectric:robolectric-gradle-plugin:0.11.+'
12+
classpath 'org.robolectric:robolectric-gradle-plugin:0.13.+'
1313
}
1414
}
1515
dependencies {
@@ -53,7 +53,7 @@ subprojects {
5353
}
5454

5555
gradle.projectsEvaluated {
56-
def projects=["custom_views","date-time-picker","widget","settings"]
56+
def projects=["custom_views","date-time-picker","widget","settings","colorpickerpreference","donationslib","new_ui","main"]
5757
for(String proj:projects){
5858
def res_dir=rootDir.toString()+"/"+proj+"/res"
5959
def res_v14_dir=rootDir.toString()+"/"+proj+"/res-v14"
@@ -75,25 +75,26 @@ gradle.projectsEvaluated {
7575
}
7676
}
7777
ext {
78-
compileSdkVersion = 19
79-
buildToolsVersion = "20.0.0"
78+
compileSdkVersion = 21
79+
buildToolsVersion = "21.1.0"
8080
minSDKVersion = 8
8181
}
8282

8383
configure(allprojects) {
84-
ext.androidSDKVersion = "19"
85-
ext.androidBuildToolsVersion = "19.0"
86-
ext.androidSupportVersion = "20.0.0"
87-
ext.androidPluginVersion ="0.12.1"
88-
ext.androidMinSDKVersion ="8"
84+
ext.androidSDKVersion = "21"
85+
ext.androidBuildToolsVersion = "21.1.0"
86+
ext.androidSupportVersion = "21.0.+"
87+
ext.androidPluginVersion ="0.14.0"
88+
ext.androidMinSDKVersion ="14"
8989
ext.jodaLibraryVersion = "2.2"
9090
ext.nineoldandroisVersion="2.4.0"
91-
ext.robotiumVersion = "5.1"
91+
ext.robotiumVersion = "5.2.1"
9292
ext.gsonVersion = "2.2.+"
9393
ext.junitVersion = "4.11"
9494
ext.guavaVersion = "17.0"
9595
ext.butterknifeVersion = "5.1.1"
9696
ext.dashclockVersion = "2.0.0"
97+
ext.robolectricVersion= "2.3"
9798
}
9899

99100
allprojects {
@@ -106,4 +107,6 @@ allprojects {
106107
}
107108
}
108109

109-
}
110+
}
111+
112+

0 commit comments

Comments
 (0)