Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from SourcePointUSA/release_1.3.4
Browse files Browse the repository at this point in the history
release 1.3.4
  • Loading branch information
Suryakantj authored Dec 16, 2020
2 parents 6bedfd2 + 93fda7c commit 2fff386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.4 (December, 16, 2020)
* When the user takes an action within the consent UI, it's possible to attach an arbitrary payload to the action data an have it sent to our endpoints.
For more information on how to do that check our wiki: [Sending arbitrary data when the user takes an action](https://github.com/SourcePointUSA/CCPA_Android_SDK/wiki/Sending-arbitrary-data-when-the-user-takes-an-action.);

## 1.3.3 (August, 03, 2020)
* add .setOnAction(Runnable r) to consentLib builder: this callback will be fired on any user consent action

Expand Down
2 changes: 1 addition & 1 deletion ccpa_cmplibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "com.jfrog.bintray" version "1.8.4"
}

def VERSION_NAME = "1.3.3"
def VERSION_NAME = "1.3.4"

apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit 2fff386

Please sign in to comment.