File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Parse/src/main/java/com/parse Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252public class ParseObject {
5353 /* package */ static String server = "https://api.parse.com" ;
5454 private static final String AUTO_CLASS_NAME = "_Automatic" ;
55- /* package */ static final String VERSION_NAME = "1.10.3-SNAPSHOT " ;
55+ /* package */ static final String VERSION_NAME = "1.10.3" ;
5656
5757 /*
5858 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.10.2 '
16+ compile 'com.parse:parse-android:1.10.3 '
1717}
1818```
1919
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.10.3-SNAPSHOT
1+ VERSION_NAME =1.10.3
You can’t perform that action at this time.
0 commit comments