diff --git a/android/app/build.gradle b/android/app/build.gradle index 204fc49..a8fc6a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -43,6 +43,8 @@ android { targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName + + multiDexEnabled true } buildTypes { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 41cc40e..ebf62c1 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -24,8 +24,7 @@ to determine the Window background behind the Flutter UI. --> + android:resource="@style/NormalTheme" />