Panagiotis Triantafyllou

update to version 4.5.4.2

...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2 2
3 ext { 3 ext {
4 PUBLISH_GROUP_ID = 'ly.warp' 4 PUBLISH_GROUP_ID = 'ly.warp'
5 - PUBLISH_VERSION = '4.5.4.1' 5 + PUBLISH_VERSION = '4.5.4.2'
6 PUBLISH_ARTIFACT_ID = 'warply-android-sdk' 6 PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
7 } 7 }
8 8
......
...@@ -184,11 +184,11 @@ public class PushCampaign { ...@@ -184,11 +184,11 @@ public class PushCampaign {
184 } 184 }
185 185
186 public String getImageUrl() { 186 public String getImageUrl() {
187 - if(!TextUtils.isEmpty(getLargeIconUrl())){ 187 +// if(!TextUtils.isEmpty(getLargeIconUrl())){
188 - return getLargeIconUrl(); 188 + return getLargeIconUrl();
189 - }else{ 189 +// }else{
190 - return WarplyProperty.getBaseUrl(Warply.getWarplyContext()) + WarpConstants.BASE_REMOTE_PAGE_URL + "logo/" + getSessionUUID(); 190 +// return WarplyProperty.getBaseUrl(Warply.getWarplyContext()) + WarpConstants.BASE_REMOTE_PAGE_URL + "logo/" + getSessionUUID();
191 - } 191 +// }
192 } 192 }
193 193
194 public String getSessionUUID() { 194 public String getSessionUUID() {
......
...@@ -30,7 +30,7 @@ public class WarpConstants { ...@@ -30,7 +30,7 @@ public class WarpConstants {
30 /** 30 /**
31 * The version of the SDK installed in the device 31 * The version of the SDK installed in the device
32 */ 32 */
33 - public static final String SDK_VERSION = "4.5.4.1"; 33 + public static final String SDK_VERSION = "4.5.4.2";
34 34
35 /** 35 /**
36 * The URL of the server where it should ping 36 * The URL of the server where it should ping
......