Skip to content

Commit

Permalink
Fixed manifest for merging tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jul 2, 2019
1 parent 25b616b commit 8b4c1e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions defunityads/manifests/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- BEGIN_INCLUDE(manifest) -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="{{android.package}}">
<uses-sdk android:minSdkVersion="9" />
<application>

<!-- For DefVideoAds -->
Expand Down Expand Up @@ -34,5 +34,4 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

</manifest>
<!-- END_INCLUDE(manifest) -->
</manifest>

0 comments on commit 8b4c1e5

Please sign in to comment.