Panagiotis Triantafyllou

commit from cosmote

......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'ly.warp'
PUBLISH_VERSION = '4.5.4.4'
PUBLISH_VERSION = '4.5.4.5'
PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
}
......
......@@ -30,7 +30,7 @@ public class WarpConstants {
/**
* The version of the SDK installed in the device
*/
public static final String SDK_VERSION = "4.5.4.4";
public static final String SDK_VERSION = "4.5.4.5";
/**
* The URL of the server where it should ping
......