Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2022-05-05 15:27:37 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67a26ec02d65ccdf09ae876064201fe8b4bac82d
67a26ec0
1 parent
cb2a0936
update to version 4.5.4.2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/java/ly/warp/sdk/io/models/PushCampaign.java
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
warply_android_sdk/build.gradle
View file @
67a26ec
...
...
@@ -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'
}
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/io/models/PushCampaign.java
View file @
67a26ec
...
...
@@ -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
()
{
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
View file @
67a26ec
...
...
@@ -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
...
...
Please
register
or
login
to post a comment