We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15f255 commit 1983eeeCopy full SHA for 1983eee
Parse/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
5
apply plugin: 'com.jfrog.bintray'
6
7
group = 'com.parse'
8
-version = '1.15.3'
+version = '1.15.4-SNAPSHOT'
9
10
ext {
11
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
Parse/src/main/java/com/parse/ParseObject.java
@@ -53,7 +53,7 @@
53
*/
54
public class ParseObject implements Parcelable {
55
private static final String AUTO_CLASS_NAME = "_Automatic";
56
- /* package */ static final String VERSION_NAME = "1.15.3";
+ /* package */ static final String VERSION_NAME = BuildConfig.VERSION_NAME;
57
private static final String TAG = "ParseObject";
58
59
/*
0 commit comments