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

Commit

Permalink
Merge pull request #93 from twaddington/develop
Browse files Browse the repository at this point in the history
Removed 'application' element from AndroidManifest.xml.
  • Loading branch information
mickael-menu authored Mar 9, 2020
2 parents 936ea48 + 1f04156 commit 7db2455
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 7db2455

Please sign in to comment.