Skip to content

Commit

Permalink
remove app_name and unimportant attr in AndroidManifest (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettsun0123 authored and elihart committed Sep 20, 2018
1 parent b1ebcda commit e50f1a5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 23 deletions.
3 changes: 0 additions & 3 deletions epoxy-adapter/src/main/res/values/strings.xml

This file was deleted.

6 changes: 2 additions & 4 deletions epoxy-databinding/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

xmlns:android="http://schemas.android.com/apk/res/android">

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

</application>
<application
android:supportsRtl="true"/>

</manifest>
3 changes: 0 additions & 3 deletions epoxy-databinding/src/main/res/values/strings.xml

This file was deleted.

5 changes: 1 addition & 4 deletions epoxy-litho/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android">

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

</application>
android:supportsRtl="true"/>

</manifest>
3 changes: 0 additions & 3 deletions epoxy-litho/src/main/res/values/strings.xml

This file was deleted.

3 changes: 0 additions & 3 deletions epoxy-modelfactory/src/main/res/values/strings.xml

This file was deleted.

3 changes: 0 additions & 3 deletions epoxy-paging/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit e50f1a5

Please sign in to comment.