Skip to content

Commit c853a95

Browse files
committed
1、修复低版本构建错误
1 parent 14e1b2e commit c853a95

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FlutterApplication and put your custom class here. -->
99
<uses-permission android:name="android.permission.INTERNET"/>
1010
<application
11-
android:name="${applicationName}"
11+
android:name="io.flutter.app.FlutterApplication"
1212
android:label="FlutterAds"
1313
android:icon="@mipmap/ic_launcher"
1414
android:theme="@style/AppTheme"

example/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)