Skip to content

Commit

Permalink
Fix: Manifest placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimateprogramer committed Jan 6, 2021
1 parent 4381264 commit 3d0d3e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions battery/manifests/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
</manifest>
2 changes: 1 addition & 1 deletion game.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies = https://github.com/Insality/druid/archive/master.zip
include_dirs = battery

[android]
manifest = /battery/AndroidManifest.xml
manifest = /builtins/manifests/android/AndroidManifest.xml

0 comments on commit 3d0d3e6

Please sign in to comment.