Skip to content

Commit 8666868

Browse files
author
Lijun
committed
Fix:
Replace the reference to FlutterApplication in the application tag with ${applicationName}.
1 parent eac7477 commit 8666868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>
1212

1313
<application
14-
android:name="io.flutter.app.FlutterApplication"
14+
android:name="${applicationName}"
1515
android:label="Checkio"
1616
android:icon="@mipmap/temp">
1717
<activity

0 commit comments

Comments
 (0)