Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -36,7 +36,7 @@ public class SplashActivity extends BaseActivity { | ... | @@ -36,7 +36,7 @@ public class SplashActivity extends BaseActivity { |
36 | public void onWarplyReady() { | 36 | public void onWarplyReady() { |
37 | if (!WarplyDBHelper.getInstance(SplashActivity.this).isTableNotEmpty("auth")) { | 37 | if (!WarplyDBHelper.getInstance(SplashActivity.this).isTableNotEmpty("auth")) { |
38 | WarplyManager.getCosmoteUser(new WarplyCosmoteUserRequest() | 38 | WarplyManager.getCosmoteUser(new WarplyCosmoteUserRequest() |
39 | - .setGuid("7000000831"), //6012049321, 6012049322, 6012049323, 7000000831 history, 7000000826, 7000000831 shared coupons, prod 6006552990, prod 6005892749, live 3000184910 | 39 | + .setGuid("7000000833"), //6012049321, 6012049322, 6012049323, 7000000831 history, 7000000826, 7000000831 shared coupons, prod 6006552990, prod 6005892749, live 3000184910 |
40 | mLoginReceiver); | 40 | mLoginReceiver); |
41 | } else { | 41 | } else { |
42 | startNextActivity(); | 42 | startNextActivity(); | ... | ... |
... | @@ -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.6rc46' | 5 | + PUBLISH_VERSION = '4.5.4.6rc47' |
6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
7 | } | 7 | } |
8 | 8 | ... | ... |
... | @@ -106,8 +106,8 @@ public class ContextualActivity extends Activity implements View.OnClickListener | ... | @@ -106,8 +106,8 @@ public class ContextualActivity extends Activity implements View.OnClickListener |
106 | // =========================================================== | 106 | // =========================================================== |
107 | 107 | ||
108 | private void initViews() { | 108 | private void initViews() { |
109 | - mTvCampaignTitle.setText(mCCMS.getTitle()); | 109 | + mTvCampaignTitle.setText(mCCMS.getTitleOffer()); |
110 | - mTvCampaignSubtitle.setText(mCCMS.getSubtitle()); | 110 | + mTvCampaignSubtitle.setText(mCCMS.getDescription()); |
111 | 111 | ||
112 | if (!TextUtils.isEmpty(mCCMS.getImageUrl())) { | 112 | if (!TextUtils.isEmpty(mCCMS.getImageUrl())) { |
113 | Glide.with(this) | 113 | Glide.with(this) | ... | ... |
-
Please register or login to post a comment