mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Fixes all add_to_app Android builds (#2243)
* Fixes issues #2240 and #2241 * Also fixes Android build issues for add_to_app/fullscreen
This commit is contained in:
@@ -3,10 +3,10 @@ apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
compileSdk 33
|
||||
defaultConfig {
|
||||
applicationId "dev.flutter.example.androidfullscreen"
|
||||
minSdkVersion 19
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
Reference in New Issue
Block a user