Skip to content

Commit

Permalink
Cleanup manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodenhof committed Jan 20, 2014
1 parent 033cfbf commit aef5e13
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions circleimageview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.hdodenhof.circleimageview"
android:versionCode="1"
android:versionName="1.0.0">
package="de.hdodenhof.circleimageview">

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="19" />
<application />

</manifest>

0 comments on commit aef5e13

Please sign in to comment.