Skip to content

Commit 3702903

Browse files
committed
## Major update
In this update we have moved all the extensions to use the newer gradle dependencies process. https://docs.airnativeextensions.com/docs/idfa/migrating feat(android): move to gradle dependencies
1 parent 97d0518 commit 3702903

6 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
###### 2024.12.11 [v6.0.0]
2+
3+
```
4+
## Major update
5+
6+
In this update we have moved all the extensions to use the newer gradle dependencies process.
7+
8+
https://docs.airnativeextensions.com/docs/idfa/migrating
9+
10+
feat(android): move to gradle dependencies
11+
```
12+
113
###### 2023.01.18 [v5.2.0]
214

315
```

example/starling/src/TestIDFA-app.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2-
<application xmlns="http://ns.adobe.com/air/application/33.1">
2+
<application xmlns="http://ns.adobe.com/air/application/50.2">
33
<id>com.distriqt.test</id>
44
<filename>TestIDFA</filename>
55
<name>TestIDFA</name>
@@ -41,7 +41,7 @@
4141
<string>This will allow us to deliver personalized ads for you.</string>
4242
4343
<key>MinimumOSVersion</key>
44-
<string>11.0</string>
44+
<string>12.0</string>
4545
4646
]]></InfoAdditions>
4747
<requestedDisplayResolution>high</requestedDisplayResolution>

lib/VERSION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
| Extension | Version | Android Lib | iOS Lib |
44
| --- | --- | --- | --- |
5-
| com.distriqt.IDFA | 5.2.0 | 18.0.1 | |
5+
| com.distriqt.IDFA | 6.0.0 | 18.1.0 | |

lib/com.distriqt.IDFA.ane

6.1 KB
Binary file not shown.

lib/com.distriqt.IDFA.unitypackage

22.9 KB
Binary file not shown.

lib/swc/com.distriqt.IDFA.swc

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)