From fbdf4be6e5daf2f9cad9e0a36531199bc55cd9f7 Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 10 Feb 2025 16:19:02 -0800 Subject: [PATCH] (Edge 3.0.1) Added support for the new MobileCore.initialize API introduced in Core (#186) * Update AndroidManifest.xml to include extension information. * Updating version to 3.0.1 (#185) Co-authored-by: github-actions[bot] * Update gradle.properties --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- code/edge/src/main/AndroidManifest.xml | 9 +++++++++ .../java/com/adobe/marketing/mobile/EdgeConstants.java | 2 +- code/gradle.properties | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/code/edge/src/main/AndroidManifest.xml b/code/edge/src/main/AndroidManifest.xml index 9b9ecf0f..c8164f8e 100644 --- a/code/edge/src/main/AndroidManifest.xml +++ b/code/edge/src/main/AndroidManifest.xml @@ -1,3 +1,4 @@ + + + + + + diff --git a/code/edge/src/main/java/com/adobe/marketing/mobile/EdgeConstants.java b/code/edge/src/main/java/com/adobe/marketing/mobile/EdgeConstants.java index b786345e..f19be23f 100644 --- a/code/edge/src/main/java/com/adobe/marketing/mobile/EdgeConstants.java +++ b/code/edge/src/main/java/com/adobe/marketing/mobile/EdgeConstants.java @@ -14,7 +14,7 @@ final class EdgeConstants { static final String EDGE_DATA_STORAGE = "EdgeDataStorage"; - static final String EXTENSION_VERSION = "3.0.0"; + static final String EXTENSION_VERSION = "3.0.1"; static final String EXTENSION_NAME = "com.adobe.edge"; static final String FRIENDLY_NAME = "Edge"; static final String LOG_TAG = FRIENDLY_NAME; diff --git a/code/gradle.properties b/code/gradle.properties index e9242982..4f513ccc 100644 --- a/code/gradle.properties +++ b/code/gradle.properties @@ -16,9 +16,9 @@ org.gradle.configureondemand=false org.gradle.caching=true moduleName=edge -moduleVersion=3.0.0 -mavenCoreVersion=3.0.0 -mavenEdgeIdentityVersion=3.0.0 +moduleVersion=3.0.1 +mavenCoreVersion=3.3.0 +mavenEdgeIdentityVersion=3.0.1 mavenEdgeConsentVersion=3.0.0 mavenTestUtilsVersion=3.0.0 mavenRepoName=AdobeMobileEdgeSdk