File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 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.11.1-SNAPSHOT '
7+ version = ' 1.12.0 '
88
99buildscript {
1010 repositories {
Original file line number Diff line number Diff line change 5151public class ParseObject {
5252 /* package */ static String server = "https://api.parse.com" ;
5353 private static final String AUTO_CLASS_NAME = "_Automatic" ;
54- /* package */ static final String VERSION_NAME = "1.11.1-SNAPSHOT " ;
54+ /* package */ static final String VERSION_NAME = "1.12.0 " ;
5555
5656 /*
5757 REST JSON Keys
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Download [the latest JAR][latest] or define in Gradle:
1313
1414``` groovy
1515dependencies {
16- compile 'com.parse:parse-android:1.11 .0'
16+ compile 'com.parse:parse-android:1.12 .0'
1717}
1818```
1919
You can’t perform that action at this time.
0 commit comments