Skip to content

Commit 464e706

Browse files
committed
Resolve Android migration warning
1 parent 95c19d5 commit 464e706

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package="com.baseflow.googleapiavailabilityexample">
44

55
<application
6-
android:name="io.flutter.app.FlutterApplication"
6+
android:name="${applicationName}"
77
android:icon="@mipmap/ic_launcher"
88
android:label="google_api_availability_example"
99
tools:ignore="AllowBackup,GoogleAppIndexingWarning">

example/ios/Flutter/Flutter.podspec

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

0 commit comments

Comments
 (0)