Showing
2 changed files
with
1 additions
and
2 deletions
| ... | @@ -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.6rc29' | 5 | + PUBLISH_VERSION = '4.5.4.6rc30' |
| 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
| 7 | } | 7 | } |
| 8 | 8 | ... | ... |
| ... | @@ -2108,7 +2108,6 @@ public class WarplyManager { | ... | @@ -2108,7 +2108,6 @@ public class WarplyManager { |
| 2108 | tempCoupon.setDiscount_type(tempCouponset.getDiscount_type()); | 2108 | tempCoupon.setDiscount_type(tempCouponset.getDiscount_type()); |
| 2109 | tempCoupon.setFinal_price(tempCouponset.getFinal_price()); | 2109 | tempCoupon.setFinal_price(tempCouponset.getFinal_price()); |
| 2110 | mCouponList.add(tempCoupon); | 2110 | mCouponList.add(tempCoupon); |
| 2111 | - break; | ||
| 2112 | } | 2111 | } |
| 2113 | } | 2112 | } |
| 2114 | } | 2113 | } | ... | ... |
-
Please register or login to post a comment