Skip to content

Commit

Permalink
#37 : Added Multidex support in Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit4tech committed Jan 13, 2017
1 parent f852d44 commit e227aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar">
android:theme="@style/AppTheme.NoActionBar"
android:name="android.support.multidex.MultiDexApplication">
<activity android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
Expand Down

0 comments on commit e227aa0

Please sign in to comment.