Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to Main for v1.0.1 release #43

Merged
merged 6 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update version to 1.0.1 (#41)
  • Loading branch information
kevinlind authored Mar 4, 2022
commit 4ad1f843e028e422eb49d70ab66b7aa5422c21aa
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
final class ConsentConstants {

static final String LOG_TAG = "Consent";
static final String EXTENSION_VERSION = "1.0.0";
static final String EXTENSION_VERSION = "1.0.1";
static final String EXTENSION_NAME = "com.adobe.edge.consent";

private ConsentConstants() {}
Expand Down
2 changes: 1 addition & 1 deletion code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.enableJetifier=true
moduleProjectName=edgeconsent
moduleName=edgeconsent
moduleAARName=edgeconsent-phone-release.aar
moduleVersion=1.0.0
moduleVersion=1.0.1

mavenRepoName=AdobeMobileEdgeConsentSdk
mavenRepoDescription=Adobe Experience Platform Edge Consent Collection extension for the Adobe Experience Platform Mobile SDK
Expand Down