Skip to content

Commit

Permalink
removed obsolete parameters
Browse files Browse the repository at this point in the history
(they are used from build.gradle)
  • Loading branch information
alexbbb committed Oct 15, 2015
1 parent dc94b07 commit 94a1d2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.alexbbb.uploadservice"
android:versionCode="7"
android:versionName="1.4">
package="com.alexbbb.uploadservice">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="23" />

<application
android:allowBackup="true"
android:supportsRtl="true">
Expand Down

0 comments on commit 94a1d2a

Please sign in to comment.