Skip to content

Commit

Permalink
Merge pull request #41 from RaphaelMarion/master
Browse files Browse the repository at this point in the history
fix androidManifest merge
  • Loading branch information
myinnos authored Jun 4, 2018
2 parents 37cd024 + ea4d658 commit 3f3a180
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.myinnos.alphabetsindexfastscrollrecycler">

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

</application>

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app', ':alphabetsindexfastscrollrecyclerLibrary'
project(':alphabetsindexfastscrollrecyclerLibrary').projectDir = new File('alphabetsindexfastscrollrecycler')
include ':alphabetsindexfastscrollrecyclerLibrary'
project(':alphabetsindexfastscrollrecyclerLibrary').projectDir = new File('alphabetsindexfastscrollrecycler')

0 comments on commit 3f3a180

Please sign in to comment.