Skip to content

Commit

Permalink
updating sample descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
mateo-kozomara committed Apr 10, 2018
1 parent 254f749 commit 9b89042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
minimumPatchLevel - The minimum patch level of the AIR runtime required to run the application. Optional. -->

<application xmlns="http://ns.adobe.com/air/application/26.0">
<application xmlns="http://ns.adobe.com/air/application/29.0">

<!-- A universally unique application identifier. Must be unique across all AIR applications.
Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
Expand Down Expand Up @@ -224,6 +224,7 @@
<manifestAdditions>
<![CDATA[
<manifest android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27"></uses-sdk>
<uses-permission android:name="android.permission.INTERNET"/>
<!--<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>-->
<!--<uses-permission android:name="android.permission.READ_PHONE_STATE"/>-->
Expand Down

0 comments on commit 9b89042

Please sign in to comment.