Skip to content

Commit

Permalink
## Major update
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marchbold committed Dec 11, 2024
1 parent 97d0518 commit 3702903
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
###### 2024.12.11 [v6.0.0]

```
## 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
```

###### 2023.01.18 [v5.2.0]

```
Expand Down
4 changes: 2 additions & 2 deletions example/starling/src/TestIDFA-app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/33.1">
<application xmlns="http://ns.adobe.com/air/application/50.2">
<id>com.distriqt.test</id>
<filename>TestIDFA</filename>
<name>TestIDFA</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<string>This will allow us to deliver personalized ads for you.</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
Expand Down
2 changes: 1 addition & 1 deletion lib/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| Extension | Version | Android Lib | iOS Lib |
| --- | --- | --- | --- |
| com.distriqt.IDFA | 5.2.0 | 18.0.1 | |
| com.distriqt.IDFA | 6.0.0 | 18.1.0 | |
Binary file modified lib/com.distriqt.IDFA.ane
Binary file not shown.
Binary file modified lib/com.distriqt.IDFA.unitypackage
Binary file not shown.
Binary file modified lib/swc/com.distriqt.IDFA.swc
Binary file not shown.

0 comments on commit 3702903

Please sign in to comment.