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

Commit

Permalink
Merge pull request #364 from Adobe-Marketing-Cloud/android-4.18.2
Browse files Browse the repository at this point in the history
-android-4.18.2
  • Loading branch information
sbenedicadb committed Apr 3, 2020
2 parents efd6753 + ea10f6f commit 9a1ec67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "adobe-mobile-services",
"description": "Native Mobile SDKs, dev tools and example apps.",
"version": "4.19.2",
"version": "4.19.3",
"homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="adobe-mobile-services"
version="4.19.2">
version="4.19.3">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down Expand Up @@ -45,6 +45,6 @@
<receiver android:name="com.adobe.mobile.MessageNotificationHandler" />
</config-file>
<source-file src="sdks/Cordova/ADBMobile/Android/ADBMobile_PhoneGap.java" target-dir="src/com/adobe/" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.18.1.jar" target-dir="app/libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.18.2.jar" target-dir="app/libs" />
</platform>
</plugin>
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion sdks/Android/ReleaseNotes.txt
Expand Up @@ -5,14 +5,17 @@ Included are notes from the latest major revision to current.
For full SDK documentation, please visit:
https://marketing.adobe.com/resources/help/en_US/mobile/android/

4.18.2 (3 Apr, 2020)
- In App Messaging - For security reasons, WebViews created by the SDK now set property 'setAllowFileAccess' equal to false.

4.18.1 (12 Mar, 2020)
- Target – Target Session Id will now be added as a context data parameter ‘a.target.sessionId’ in the internal Analytics for Target hit sent to Adobe Analytics.

4.18.0 (16 Jan, 2020)
- Acquisition - Added a new API, Analytics.processGooglePlayInstallReferrerUrl(final String url), to support Google Play Install Referrer APIs.
- For more information, read https://android-developers.googleblog.com/2019/11/still-using-installbroadcast-switch-to.html

4.17.10 (20 Sep, 2019)
4.17.10 (19 Sep, 2019)
- General - Fixed locale string generation for some regions on Android API level 21 or newer.

4.17.9 (2 Aug, 2019)
Expand Down

0 comments on commit 9a1ec67

Please sign in to comment.