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 @@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
55apply plugin : ' com.jfrog.bintray'
66
77group = ' com.parse'
8- version = ' 1.15.2-SNAPSHOT '
8+ version = ' 1.15.2'
99
1010ext {
1111 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 5353 */
5454public class ParseObject implements Parcelable {
5555 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" ;
5757 private static final String TAG = "ParseObject" ;
5858
5959 /*
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Download [the latest JAR][latest] or define in Gradle:
1515
1616``` groovy
1717dependencies {
18- compile 'com.parse:parse-android:1.15.1 '
18+ compile 'com.parse:parse-android:1.15.2 '
1919}
2020```
2121
You can’t perform that action at this time.
0 commit comments