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 @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
44apply plugin : ' com.github.kt3k.coveralls'
55
66group = ' com.parse'
7- version = ' 1.0.2-SNAPSHOT '
7+ version = ' 1.0.2'
88
99buildscript {
1010 repositories {
@@ -174,7 +174,7 @@ jacoco {
174174 toolVersion " 0.7.1.201405082137"
175175}
176176
177- task jacocoTestReport (type :JacocoReport , dependsOn : " testDebugUnitTest" ) {
177+ task jacocoTestReport (type : JacocoReport , dependsOn : " testDebugUnitTest" ) {
178178 group = " Reporting"
179179 description = " Generate Jacoco coverage reports"
180180
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Download [the latest JAR][latest] or define in Gradle:
2121
2222``` groovy
2323dependencies {
24- compile 'com.parse:parse-livequery-android:1.0.1 '
24+ compile 'com.parse:parse-livequery-android:1.0.2 '
2525}
2626```
2727
You can’t perform that action at this time.
0 commit comments