Skip to content

Commit

Permalink
remove values that conflict with app manifest
Browse files Browse the repository at this point in the history
Removes the unnecessary values from the manifest. Keys like allowBackup should be set at the application level instead.
  • Loading branch information
troy-lamerton committed Sep 5, 2019
1 parent cfe0e50 commit 8570b59
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions glide-bitmap-pool/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
~ limitations under the License.
-->

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

<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">

</application>
<manifest package="com.glidebitmappool">

</manifest>

0 comments on commit 8570b59

Please sign in to comment.