Panagiotis Triantafyllou

update to version 4.5.4.2

......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'ly.warp'
PUBLISH_VERSION = '4.5.4.1'
PUBLISH_VERSION = '4.5.4.2'
PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
}
......
......@@ -184,11 +184,11 @@ public class PushCampaign {
}
public String getImageUrl() {
if(!TextUtils.isEmpty(getLargeIconUrl())){
return getLargeIconUrl();
}else{
return WarplyProperty.getBaseUrl(Warply.getWarplyContext()) + WarpConstants.BASE_REMOTE_PAGE_URL + "logo/" + getSessionUUID();
}
// if(!TextUtils.isEmpty(getLargeIconUrl())){
return getLargeIconUrl();
// }else{
// return WarplyProperty.getBaseUrl(Warply.getWarplyContext()) + WarpConstants.BASE_REMOTE_PAGE_URL + "logo/" + getSessionUUID();
// }
}
public String getSessionUUID() {
......
......@@ -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.1";
public static final String SDK_VERSION = "4.5.4.2";
/**
* The URL of the server where it should ping
......