Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit bcf1fc2

Browse files
committed
Update Readme docs and gradle file
Update Readme docs to the use the latest doc links Update gradle file to use edge extensions snapshots
1 parent b79d707 commit bcf1fc2

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

Documentation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Before using messaging feature in the sample app you need to follow the below st
66
1. Configure Firebase project for the aep sample app using the firebase [documentation](https://firebase.google.com/docs/cloud-messaging/android/client)
77
1. Use `com.adobe.marketing.mobile.sampleapp` as the package name while creating the firebase android app.
88
1. Follow the Firebase [documentation](https://firebase.google.com/docs/cloud-messaging/android/client#add_a_firebase_configuration_file) to download and overwrite the `google-services.json` configuration file in the `Sample-App/app` folder.
9-
1. Setup [Journey Optimizer](https://aep-sdks.gitbook.io/docs/beta/adobe-journey-optimizer)
10-
1. Update the `LAUNCH_ENVIRONMENT_FILE_ID` constant value in `Sample-App/app/src/java/com/adobe/marketing/mobile/sampleapp/MainApp.Java` file with the config app id of the property.
11-
For more information on how to get the config app id from launch check this [document](https://experienceleague.adobe.com/docs/launch/using/publish/environments/environments.html?lang=en#mobile-configuration)
9+
1. Setup [Journey Optimizer](https://developer.adobe.com/client-sdks/documentation/adobe-journey-optimizer)
10+
1. Update the `ENVIRONMENT_FILE_ID` constant value in `Sample-App/app/src/java/com/adobe/marketing/mobile/sampleapp/MainApp.Java` file with the config app id of the property.
11+
For more information on how to get the config app id from Data Collection check this [document](https://experienceleague.adobe.com/docs/launch/using/publish/environments/environments.html?lang=en#mobile-configuration)
1212

1313

1414
# Advertising identifier

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ This repository contains the Android sample app for the AEP SDK.
2020
## Documentation
2121
### Edge Extensions Prerequisites
2222
The app needs to be configured with the following Edge extensions in the Data Collection UI before it can be used:
23-
- [Edge](https://aep-sdks.gitbook.io/docs/foundation-extensions/experience-platform-extension)
24-
- [Edge Identity](https://aep-sdks.gitbook.io/docs/foundation-extensions/identity-for-edge-network)
25-
- [Consent](https://aep-sdks.gitbook.io/docs/foundation-extensions/consent-for-edge-network)
26-
- [Messaging](https://aep-sdks.gitbook.io/docs/beta/adobe-journey-optimizer#configure-extension-in-launch)
23+
- [Edge](https://developer.adobe.com/client-sdks/documentation/edge-network)
24+
- [Edge Identity](https://developer.adobe.com/client-sdks/documentation/identity-for-edge-network)
25+
- [Consent](https://developer.adobe.com/client-sdks/documentation/consent-for-edge-network)
26+
- [Messaging](https://developer.adobe.com/client-sdks/documentation/adobe-journey-optimizer)
2727

2828
### Lifecycle for Edge Network
29-
Follow the [documentation](https://aep-sdks.gitbook.io/docs/foundation-extensions/lifecycle-for-edge-network) to forward Lifecycle extension metrics to the Adobe Experience Platform.
29+
Follow the [documentation](https://developer.adobe.com/client-sdks/documentation/lifecycle-for-edge-network) to forward Lifecycle extension metrics to the Adobe Experience Platform.
3030

3131
### Messaging
3232
Follow the [documentation](Documentation/README.md) for using the messaging features.

Sample-App/app/build.gradle

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,16 @@ dependencies {
5858
implementation('com.adobe.marketing.mobile:userprofile:2.0.0-SNAPSHOT'){
5959
transitive = false
6060
}
61-
// implementation 'com.adobe.marketing.mobile:edge:1.+'
62-
// implementation 'com.adobe.marketing.mobile:edgeconsent:1.+'
63-
// implementation 'com.adobe.marketing.mobile:edgeidentity:1.+'
61+
implementation('com.adobe.marketing.mobile:edge:2.0.0-SNAPSHOT'){
62+
transitive = false
63+
}
64+
implementation('com.adobe.marketing.mobile:edgeconsent:2.0.0-SNAPSHOT'){
65+
transitive = false
66+
}
67+
implementation('com.adobe.marketing.mobile:edgeidentity:2.0.0-SNAPSHOT'){
68+
transitive = false
69+
}
70+
6471
implementation 'com.adobe.marketing.mobile:messaging:1.+'
6572

6673
implementation platform('com.google.firebase:firebase-bom:27.1.0')
-100 KB
Binary file not shown.
-26.8 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)