Showing
2 changed files
with
2 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-cosbeta42' | 5 | + PUBLISH_VERSION = '4.5.4-cosbeta43' |
| 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
| 7 | } | 7 | } |
| 8 | 8 | ... | ... |
| ... | @@ -308,7 +308,7 @@ public class CosmotePostEventRequest { | ... | @@ -308,7 +308,7 @@ public class CosmotePostEventRequest { |
| 308 | JSONObject param16 = new JSONObject(); | 308 | JSONObject param16 = new JSONObject(); |
| 309 | param16.putOpt("Name", "VALIDITY"); | 309 | param16.putOpt("Name", "VALIDITY"); |
| 310 | param16.putOpt("Value", mValidity); | 310 | param16.putOpt("Value", mValidity); |
| 311 | - param16.putOpt("Type", "numeric"); | 311 | + param16.putOpt("Type", "INT"); |
| 312 | parameters.put(param16); | 312 | parameters.put(param16); |
| 313 | 313 | ||
| 314 | JSONObject param17 = new JSONObject(); | 314 | JSONObject param17 = new JSONObject(); | ... | ... |
-
Please register or login to post a comment