1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +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

@@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "dev.flutter.example.androidfullscreen"
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

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" />
<category android:name="android.intent.category.LAUNCHER" />