Skip to content

Commit bf4962d

Browse files
authored
Update AndroidManifest.xml (#985)
This example is using a deprecated version of the Android embedding. I follow these instructions https://flutter.dev/go/android-project-migration https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
1 parent 86f555e commit bf4962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
88
<application
9-
android:name="io.flutter.app.FlutterApplication"
9+
android:name="${applicationName}"
1010
android:label="example"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity

0 commit comments

Comments
 (0)