Skip to content

Commit 618ccc2

Browse files
committed
## Major update
In this update we have moved the extension to use the newer gradle dependencies process. ### Updates feat(android): move to gradle dependencies
1 parent 2dacf64 commit 618ccc2

7 files changed

+19
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
###### 2024.12.19 [v4.0.0]
2+
3+
```
4+
## Major update
5+
6+
In this update we have moved the extension to use the newer gradle dependencies process.
7+
8+
### Updates
9+
10+
feat(android): move to gradle dependencies
11+
```
12+
113
###### 2024.07.18 [v3.5.0]
214

315
```

example/empty/src/Main-app.xml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<android>
1616
<manifestAdditions><![CDATA[
1717
<manifest android:installLocation="auto">
18+
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
1819
<uses-permission android:name="android.permission.INTERNET"/>
1920
</manifest>
2021
]]></manifestAdditions>

example/simple/src/TestPackageManager-app.xml

+4-3
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/50.1">
2+
<application xmlns="http://ns.adobe.com/air/application/51.1">
33
<id>com.distriqt.test</id>
44
<filename>TestPackageManager</filename>
55
<name>TestPackageManager</name>
@@ -35,7 +35,7 @@
3535
</array>
3636
3737
<key>MinimumOSVersion</key>
38-
<string>11.0</string>
38+
<string>12.0</string>
3939
4040
]]></InfoAdditions>
4141
<requestedDisplayResolution>high</requestedDisplayResolution>
@@ -49,7 +49,7 @@
4949
<android>
5050
<manifestAdditions><![CDATA[
5151
<manifest android:installLocation="auto" >
52-
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="28" />
52+
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
5353
5454
<uses-permission android:name="android.permission.INTERNET"/>
5555
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
@@ -87,6 +87,7 @@
8787
<extensionID>com.distriqt.Core</extensionID>
8888
<extensionID>com.distriqt.PackageManager</extensionID>
8989
<extensionID>androidx.core</extensionID>
90+
<extensionID>com.jetbrains.kotlin</extensionID>
9091
</extensions>
9192

9293

example/starling/src/TestPackageManager-app.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<string>LaunchScreen</string>
3838
3939
<key>MinimumOSVersion</key>
40-
<string>11.0</string>
40+
<string>12.0</string>
4141
4242
]]></InfoAdditions>
4343
<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.PackageManager | 3.5.0 | | |
5+
| com.distriqt.PackageManager | 4.0.0 | | |

lib/com.distriqt.PackageManager.ane

-2.03 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)