Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Removed 'application' element from AndroidManifest.xml.
Browse files Browse the repository at this point in the history
The library manifest had defined the attributes 'allowBackup'
and 'supportsRtl'. This may result in a manifest merge error
requiring implementors to use an override like 'tools:replace'.
  • Loading branch information
twaddington committed Feb 27, 2020
1 parent 936ea48 commit 1f04156
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions r2-shared/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,4 @@
~ LICENSE file present in the project repository where this source code is maintained.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.readium.r2.shared"
xmlns:tools="http://schemas.android.com/tools">

<application
android:allowBackup="false"
android:supportsRtl="true"
tools:replace="android:allowBackup"/>

</manifest>
<manifest package="org.readium.r2.shared" />

0 comments on commit 1f04156

Please sign in to comment.