Skip to content

Commit

Permalink
## Major update
Browse files Browse the repository at this point in the history
In this update we have moved the extension to use the newer gradle dependencies process.

### Updates

feat(android): move to gradle dependencies
  • Loading branch information
marchbold committed Dec 19, 2024
1 parent 2dacf64 commit 618ccc2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 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.19 [v4.0.0]

```
## Major update
In this update we have moved the extension to use the newer gradle dependencies process.
### Updates
feat(android): move to gradle dependencies
```

###### 2024.07.18 [v3.5.0]

```
Expand Down
1 change: 1 addition & 0 deletions example/empty/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<android>
<manifestAdditions><![CDATA[
<manifest android:installLocation="auto">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
]]></manifestAdditions>
Expand Down
7 changes: 4 additions & 3 deletions example/simple/src/TestPackageManager-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/50.1">
<application xmlns="http://ns.adobe.com/air/application/51.1">
<id>com.distriqt.test</id>
<filename>TestPackageManager</filename>
<name>TestPackageManager</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
</array>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
Expand All @@ -49,7 +49,7 @@
<android>
<manifestAdditions><![CDATA[
<manifest android:installLocation="auto" >
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="28" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down Expand Up @@ -87,6 +87,7 @@
<extensionID>com.distriqt.Core</extensionID>
<extensionID>com.distriqt.PackageManager</extensionID>
<extensionID>androidx.core</extensionID>
<extensionID>com.jetbrains.kotlin</extensionID>
</extensions>


Expand Down
2 changes: 1 addition & 1 deletion example/starling/src/TestPackageManager-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<string>LaunchScreen</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.PackageManager | 3.5.0 | | |
| com.distriqt.PackageManager | 4.0.0 | | |
Binary file modified lib/com.distriqt.PackageManager.ane
Binary file not shown.
Binary file modified lib/swc/com.distriqt.PackageManager.swc
Binary file not shown.

0 comments on commit 618ccc2

Please sign in to comment.