File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
5
5
apply plugin : ' com.jfrog.bintray'
6
6
7
7
group = ' com.parse'
8
- version = ' 1.15.2-SNAPSHOT '
8
+ version = ' 1.15.2'
9
9
10
10
ext {
11
11
projDescription = ' A library that gives you access to the powerful Parse cloud platform from your Android app.'
Original file line number Diff line number Diff line change 53
53
*/
54
54
public class ParseObject implements Parcelable {
55
55
private static final String AUTO_CLASS_NAME = "_Automatic" ;
56
- /* package */ static final String VERSION_NAME = "1.15.2-SNAPSHOT " ;
56
+ /* package */ static final String VERSION_NAME = "1.15.2" ;
57
57
private static final String TAG = "ParseObject" ;
58
58
59
59
/*
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Download [the latest JAR][latest] or define in Gradle:
15
15
16
16
``` groovy
17
17
dependencies {
18
- compile 'com.parse:parse-android:1.15.1 '
18
+ compile 'com.parse:parse-android:1.15.2 '
19
19
}
20
20
```
21
21
You can’t perform that action at this time.
0 commit comments