Skip to content

Commit

Permalink
Merge pull request #92 from henriquenfaria/remove-irrelevant-manifest…
Browse files Browse the repository at this point in the history
…-properties

Remove allowBackup, supportsRtl and label from AndroidManifest
  • Loading branch information
vipulasri authored May 29, 2020
2 parents 6c87ae1 + ca69086 commit f5838d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 1 addition & 11 deletions timelineview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.vipulasri.timelineview">

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

</application>

</manifest>
<manifest package="com.github.vipulasri.timelineview"/>
3 changes: 0 additions & 3 deletions timelineview/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit f5838d5

Please sign in to comment.