File tree 7 files changed +19
-5
lines changed
7 files changed +19
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
13
###### 2024.07.18 [ v3.5.0]
2
14
3
15
```
Original file line number Diff line number Diff line change 15
15
<android >
16
16
<manifestAdditions ><![CDATA[
17
17
<manifest android:installLocation="auto">
18
+ <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
18
19
<uses-permission android:name="android.permission.INTERNET"/>
19
20
</manifest>
20
21
]]> </manifestAdditions >
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<id >com.distriqt.test</id >
4
4
<filename >TestPackageManager</filename >
5
5
<name >TestPackageManager</name >
35
35
</array>
36
36
37
37
<key>MinimumOSVersion</key>
38
- <string>11 .0</string>
38
+ <string>12 .0</string>
39
39
40
40
]]> </InfoAdditions >
41
41
<requestedDisplayResolution >high</requestedDisplayResolution >
49
49
<android >
50
50
<manifestAdditions ><![CDATA[
51
51
<manifest android:installLocation="auto" >
52
- <uses-sdk android:minSdkVersion="14 " android:targetSdkVersion="28 " />
52
+ <uses-sdk android:minSdkVersion="19 " android:targetSdkVersion="34 " />
53
53
54
54
<uses-permission android:name="android.permission.INTERNET"/>
55
55
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
87
87
<extensionID >com.distriqt.Core</extensionID >
88
88
<extensionID >com.distriqt.PackageManager</extensionID >
89
89
<extensionID >androidx.core</extensionID >
90
+ <extensionID >com.jetbrains.kotlin</extensionID >
90
91
</extensions >
91
92
92
93
Original file line number Diff line number Diff line change 37
37
<string>LaunchScreen</string>
38
38
39
39
<key>MinimumOSVersion</key>
40
- <string>11 .0</string>
40
+ <string>12 .0</string>
41
41
42
42
]]> </InfoAdditions >
43
43
<requestedDisplayResolution >high</requestedDisplayResolution >
Original file line number Diff line number Diff line change 2
2
3
3
| Extension | Version | Android Lib | iOS Lib |
4
4
| --- | --- | --- | --- |
5
- | com.distriqt.PackageManager | 3.5 .0 | | |
5
+ | com.distriqt.PackageManager | 4.0 .0 | | |
You can’t perform that action at this time.
0 commit comments