Skip to content

Commit a93e2bc

Browse files
authored
Merge pull request #38 from pulkit4tech/bug
#37 : Added Multidex support in Manifest
2 parents f852d44 + e227aa0 commit a93e2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
android:icon="@mipmap/ic_launcher"
1616
android:label="@string/app_name"
1717
android:supportsRtl="true"
18-
android:theme="@style/AppTheme.NoActionBar">
18+
android:theme="@style/AppTheme.NoActionBar"
19+
android:name="android.support.multidex.MultiDexApplication">
1920
<activity android:name=".MainActivity"
2021
android:screenOrientation="portrait">
2122
<intent-filter>

0 commit comments

Comments
 (0)