Skip to content

Commit

Permalink
Release Liquid v2.0.0-rc2
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 Dec 2, 2015
1 parent ee0b913 commit 6052e69
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Liquid Android SDK Change Log


## 2.0.0-rc2: Bufixing

* **[bugfix]** Banner crash when dismissing.
* **[enhancement]** Persistence layer.

<br>

## 2.0.0-rc1: Add Inapp Messages

* **[feature]** Add Modal inapp message.
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-rc1
version = 2.0.0-rc2
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-rc1";
public static final String LIQUID_VERSION = "2.0.0-rc2";
private static final int LIQUID_DEFAULT_SESSION_TIMEOUT = 30;

private int mSessionTimeout;
Expand Down
2 changes: 1 addition & 1 deletion liquid/src/main/java/io/lqd/sdk/model/LQModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected static Object loadObject(Context context, String path) {
}
}

protected static void getIdentifierKeyFromPrefs(){
protected static void getIdentifierKeyFromPrefs() {
boolean found = false;
int i = 0;

Expand Down

0 comments on commit 6052e69

Please sign in to comment.