File tree Expand file tree Collapse file tree 10 files changed +18
-13
lines changed Expand file tree Collapse file tree 10 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ migration:
1515 - platform: root
1616 create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
1717 base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
18- - platform: ios
18+ - platform: android
1919 create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
2020 base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
2121
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
2929 compileSdkVersion flutter. compileSdkVersion
30+ ndkVersion flutter. ndkVersion
3031
3132 compileOptions {
3233 sourceCompatibility JavaVersion . VERSION_1_8
@@ -43,7 +44,9 @@ android {
4344
4445 defaultConfig {
4546 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46- applicationId " com.example.flet_view"
47+ applicationId " com.appveyor.flet"
48+ // You can update the following values to match your application needs.
49+ // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
4750 minSdkVersion flutter. minSdkVersion
4851 targetSdkVersion flutter. targetSdkVersion
4952 versionCode flutterVersionCode. toInteger()
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.example.flet_view" >
3- <!-- Flutter needs it to communicate with the running application
2+ package =" com.appveyor.flet" >
3+ <!-- The INTERNET permission is required for development. Specifically,
4+ the Flutter tool needs it to communicate with the running application
45 to allow setting breakpoints, to provide hot reload, etc.
56 -->
67 <uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.example.flet_view " >
2+ package =" com.appveyor.flet " >
33 <application
4- android : label =" flet_view "
4+ android : label =" flet "
55 android : name =" ${applicationName}"
66 android : icon =" @mipmap/ic_launcher" >
77 <activity
Original file line number Diff line number Diff line change 1- package com.example.flet_view
1+ package com.appveyor.flet
22
33import io.flutter.embedding.android.FlutterActivity
44
Original file line number Diff line number Diff line change 33 <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
44 <style name =" LaunchTheme" parent =" @android:style/Theme.Black.NoTitleBar" >
55 <!-- Show a splash screen on the activity. Automatically removed when
6- Flutter draws its first frame -->
6+ the Flutter engine draws its first frame -->
77 <item name =" android:windowBackground" >@drawable/launch_background</item >
88 </style >
99 <!-- Theme applied to the Android Window as soon as the process has started.
Original file line number Diff line number Diff line change 33 <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
44 <style name =" LaunchTheme" parent =" @android:style/Theme.Light.NoTitleBar" >
55 <!-- Show a splash screen on the activity. Automatically removed when
6- Flutter draws its first frame -->
6+ the Flutter engine draws its first frame -->
77 <item name =" android:windowBackground" >@drawable/launch_background</item >
88 </style >
99 <!-- Theme applied to the Android Window as soon as the process has started.
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.example.flet_view" >
3- <!-- Flutter needs it to communicate with the running application
2+ package =" com.appveyor.flet" >
3+ <!-- The INTERNET permission is required for development. Specifically,
4+ the Flutter tool needs it to communicate with the running application
45 to allow setting breakpoints, to provide hot reload, etc.
56 -->
67 <uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4 .1.0 '
9+ classpath ' com.android.tools.build:gradle:7 .1.2 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
You can’t perform that action at this time.
0 commit comments