Skip to content

Commit

Permalink
Adds support for Android 64bit
Browse files Browse the repository at this point in the history
Bumped version to 0.6.0
  • Loading branch information
rozd committed Oct 30, 2019
1 parent 0f08787 commit d5170ca
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 658 deletions.
1 change: 1 addition & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
<arg line="-swc swc/default/${project.name}.swc"/>
<arg line="-platform iPhone-ARM -platformoptions ../platform-ios.xml -C ios/ ."/>
<arg line="-platform iPhone-x86 -platformoptions ../platform-ios.xml -C ios-simulator/ ."/>
<arg line="-platform Android-ARM64 -platformoptions ../platform-android.xml -C android/ ."/>
<arg line="-platform Android-ARM -platformoptions ../platform-android.xml -C android/ ."/>
<arg line="-platform Android-x86 -platformoptions ../platform-android.xml -C android/ ."/>
<arg line="-platform default -C default/ ."/>
Expand Down
9 changes: 8 additions & 1 deletion build/extension.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<extension xmlns="http://ns.adobe.com/air/extension/24.0">
<id>com.github.airext.Permissions</id>
<versionNumber>0.5.3</versionNumber>
<versionNumber>0.6.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand All @@ -16,6 +16,13 @@
<finalizer>ANXPermissionsFinalizer</finalizer>
</applicationDeployment>
</platform>
<platform name="Android-ARM64">
<applicationDeployment>
<nativeLibrary>libANXPermissions.jar</nativeLibrary>
<initializer>com.github.airext.Permissions</initializer>
<finalizer>com.github.airext.Permissions</finalizer>
</applicationDeployment>
</platform>
<platform name="Android-ARM">
<applicationDeployment>
<nativeLibrary>libANXPermissions.jar</nativeLibrary>
Expand Down
6 changes: 6 additions & 0 deletions permissions-air/.idea/ant.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion permissions-air/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

651 changes: 0 additions & 651 deletions permissions-air/.idea/workspace.xml

This file was deleted.

Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions permissions-air/permissions-debug/permissions-debug.iml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="4.0.0-starling2.4.1" />
<sdk name="4.0.0" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
Expand All @@ -35,7 +35,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="4.0.0-starling2.4.1" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="4.0.0" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
Expand Down

0 comments on commit d5170ca

Please sign in to comment.