Skip to content

Commit 2fe34b9

Browse files
authored
Merge pull request #27 from snieguu/master
Version 2.63.0
2 parents aba0a43 + c332760 commit 2fe34b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A typical project build.gradle will look like this:
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:2.3.0'
11-
classpath 'com.testdroid:gradle:2.49.0'
11+
classpath 'com.testdroid:gradle:2.63.0'
1212
}
1313
}
1414

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ dependencies {
1818
groovy localGroovy()
1919

2020
compile 'com.android.tools.build:builder-test-api:2.3.0'
21-
compile 'com.testdroid:testdroid-api:2.62'
21+
compile 'com.testdroid:testdroid-api:2.63'
2222
testCompile 'junit:junit:3.8.1'
2323
testCompile 'com.android.tools.build:gradle:1.1.0'
2424

2525
}
2626

2727
group = 'com.testdroid'
2828
archivesBaseName = 'gradle'
29-
version = '2.62.1'
29+
version = '2.63.0'
3030

3131
// custom tasks for creating source/javadoc jars
3232
task sourcesJar(type: Jar, dependsOn:classes) {

0 commit comments

Comments
 (0)