Skip to content

Commit

Permalink
Remove uses-sdk. It is always replaced by the value in the build.grad…
Browse files Browse the repository at this point in the history
…le file.
  • Loading branch information
Taylor Perkins committed Dec 9, 2014
1 parent 46f0a85 commit 50aee2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qozix">

<uses-sdk android:minSdkVersion="4" />
</manifest>
package="com.qozix" />

0 comments on commit 50aee2f

Please sign in to comment.