|
@@ -1,4 +1,5 @@
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
package="com.edufound.mobile">
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
@@ -23,10 +24,12 @@
|
|
|
<application
|
|
|
android:name="com.edufound.MainApplication"
|
|
|
android:allowBackup="false"
|
|
|
+ android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
- android:theme="@style/AppTheme">
|
|
|
+ android:theme="@style/AppTheme"
|
|
|
+ tools:replace="android:appComponentFactory">
|
|
|
|
|
|
<meta-data
|
|
|
android:name="android.max_aspect"
|