Skip to content

Commit

Permalink
Fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinayMe committed Jan 9, 2019
1 parent 2682fa1 commit 88dbca1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.abhinay.input">

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

</manifest>

0 comments on commit 88dbca1

Please sign in to comment.