Skip to content

Commit

Permalink
(Edge 3.0.1) Added support for the new MobileCore.initialize API intr…
Browse files Browse the repository at this point in the history
…oduced in Core (#186)

* Update AndroidManifest.xml to include extension information.

* Updating version to 3.0.1 (#185)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update gradle.properties

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent 9119630 commit fbdf4be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions code/edge/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 Adobe. All rights reserved.
Expand All @@ -12,4 +13,12 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<service android:name="com.adobe.marketing.mobile.ExtensionDiscoveryService"
android:exported="false">
<meta-data
android:name="com.adobe.marketing.mobile.EdgeExtension"
android:value="Extension" />
</service>
</application>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbdf4be

Please sign in to comment.