Skip to content

Commit 1983eee

Browse files
committed
Bump to 1.15.4-SNAPSHOT
Use BuildConfig.VERSION_NAME so we don't need to update ParseObject all the time
1 parent b15f255 commit 1983eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
55
apply plugin: 'com.jfrog.bintray'
66

77
group = 'com.parse'
8-
version = '1.15.3'
8+
version = '1.15.4-SNAPSHOT'
99

1010
ext {
1111
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*/
5454
public class ParseObject implements Parcelable {
5555
private static final String AUTO_CLASS_NAME = "_Automatic";
56-
/* package */ static final String VERSION_NAME = "1.15.3";
56+
/* package */ static final String VERSION_NAME = BuildConfig.VERSION_NAME;
5757
private static final String TAG = "ParseObject";
5858

5959
/*

0 commit comments

Comments
 (0)