1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-24 05:12:06 +00:00

fix Android ci job (#1904)

This commit is contained in:
Miguel Beltran
2023-06-23 01:54:59 +02:00
committed by GitHub
parent f54af1c190
commit 2319b7436b
30 changed files with 834 additions and 555 deletions

View File

@@ -10,7 +10,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />