Skip to content

Commit

Permalink
Add MainApplication name to AndroidManifest (oblador#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko authored and oblador committed Sep 21, 2016
1 parent a76a9a5 commit 894bac4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
android:allowBackup="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:name=".MainApplication">
<activity
android:name=".MainActivity"
android:label="@string/app_name">
Expand Down

0 comments on commit 894bac4

Please sign in to comment.