Skip to content

Commit

Permalink
Release Liquid v2.0.0-rc5
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Leitão <rleitao@onliquid.com>
  • Loading branch information
letz committed Feb 1, 2016
1 parent 1378962 commit 395051c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Liquid Android SDK Change Log

## 2.0.0-rc5: Update GCM handlers & bugixing

* **[enhancement]** Update GCM handler.
* **[bugix]** NPE when no inapp messages.
* **[feature]** declare on your manifest the push notification icon.
* **[change]** Drop sessions (controlled in Liquid frontoffice).

<br>


## 2.0.0-rc4: Bufixing

* **[bugfix]** Persistence layer.
* **[change]** Inapp Messages endpoint
* **[change]** Inapp Messages endpoint.

<br>

Expand Down
2 changes: 1 addition & 1 deletion liquid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = io.lqd
version = 2.0.0-rc4
version = 2.0.0-rc5
2 changes: 1 addition & 1 deletion liquid/src/main/java/io/lqd/sdk/Liquid.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Liquid {

protected static final String TAG_LIQUID = "LIQUID";

public static final String LIQUID_VERSION = "2.0.0-rc4";
public static final String LIQUID_VERSION = "2.0.0-rc5";
private static final int LIQUID_DEFAULT_SESSION_TIMEOUT = 30;

private int mSessionTimeout;
Expand Down

0 comments on commit 395051c

Please sign in to comment.