Skip to content

Commit

Permalink
move google pay gms metadata one level up in manifest (flutter-stripe…
Browse files Browse the repository at this point in the history
  • Loading branch information
remonh87 authored Sep 15, 2022
1 parent 1815a7e commit f9a35d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<application
android:label="example"
android:icon="@mipmap/ic_launcher">

<meta-data
android:name="com.google.android.gms.wallet.api.enabled"
android:value="true" />

<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand All @@ -28,9 +33,6 @@
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<meta-data
android:name="com.google.android.gms.wallet.api.enabled"
android:value="true" />
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit f9a35d3

Please sign in to comment.