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

Commit 9a1ec67

Browse files
authored
Merge pull request #364 from Adobe-Marketing-Cloud/android-4.18.2
-android-4.18.2
2 parents efd6753 + ea10f6f commit 9a1ec67

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adobe-mobile-services",
33
"description": "Native Mobile SDKs, dev tools and example apps.",
4-
"version": "4.19.2",
4+
"version": "4.19.3",
55
"homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md",
66
"repository": {
77
"type": "git",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

@@ -45,6 +45,6 @@
4545
<receiver android:name="com.adobe.mobile.MessageNotificationHandler" />
4646
</config-file>
4747
<source-file src="sdks/Cordova/ADBMobile/Android/ADBMobile_PhoneGap.java" target-dir="src/com/adobe/" />
48-
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.18.1.jar" target-dir="app/libs" />
48+
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.18.2.jar" target-dir="app/libs" />
4949
</platform>
5050
</plugin>
-434 KB
Binary file not shown.
435 KB
Binary file not shown.

sdks/Android/ReleaseNotes.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ Included are notes from the latest major revision to current.
55
For full SDK documentation, please visit:
66
https://marketing.adobe.com/resources/help/en_US/mobile/android/
77

8+
4.18.2 (3 Apr, 2020)
9+
- In App Messaging - For security reasons, WebViews created by the SDK now set property 'setAllowFileAccess' equal to false.
10+
811
4.18.1 (12 Mar, 2020)
912
- 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.
1013

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

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

1821
4.17.9 (2 Aug, 2019)

0 commit comments

Comments
 (0)