Skip to content

Commit

Permalink
Update to fix deprecated version of Android embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
nachbar authored May 7, 2022
1 parent e1ecfa1 commit dd7e5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="app"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down

0 comments on commit dd7e5e2

Please sign in to comment.