File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Parse/src/main/java/com/parse Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
public class ParseObject {
53
53
/* package */ static String server = "https://api.parse.com" ;
54
54
private static final String AUTO_CLASS_NAME = "_Automatic" ;
55
- /* package */ static final String VERSION_NAME = "1.10.2-SNAPSHOT " ;
55
+ /* package */ static final String VERSION_NAME = "1.10.2" ;
56
56
57
57
/*
58
58
REST JSON Keys
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public Builder() {
99
99
}
100
100
101
101
/**
102
- * Creates a new {@Builder} based on the given {@code ParseHttpRequest}.
102
+ * Creates a new {@code Builder} based on the given {@code ParseHttpRequest}.
103
103
*
104
104
* @param request
105
105
* The {@code ParseHttpRequest} where the {@code Builder}'s values come from.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Download [the latest JAR][latest] or define in Gradle:
13
13
14
14
``` groovy
15
15
dependencies {
16
- compile 'com.parse:parse-android:1.10.1 '
16
+ compile 'com.parse:parse-android:1.10.2 '
17
17
}
18
18
```
19
19
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.10.2-SNAPSHOT
1
+ VERSION_NAME =1.10.2
You can’t perform that action at this time.
0 commit comments