File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2727group = ' com.testdroid'
2828archivesBaseName = ' gradle'
29- version = ' 2.62.1 '
29+ version = ' 2.63.0 '
3030
3131// custom tasks for creating source/javadoc jars
3232task sourcesJar (type : Jar , dependsOn :classes) {
You can’t perform that action at this time.
0 commit comments