Skip to content

Commit

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

0 comments on commit d457e9c

Please sign in to comment.