Panagiotis Triantafyllou

minor addition

......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'ly.warp'
PUBLISH_VERSION = '4.5.5.0'
PUBLISH_VERSION = '4.5.5.1'
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.6";
public static final String SDK_VERSION = "4.5.5.1";
/**
* The URL of the server where it should ping
......