1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

navigation_and_routing rebuild script (#1368)

This commit is contained in:
Brett Morgan
2022-08-10 06:37:42 +10:00
committed by GitHub
parent 0b86fbc66c
commit 18501cd153
53 changed files with 1631 additions and 203 deletions

View File

@@ -27,6 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -43,7 +44,9 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.flutter.bookstore"
applicationId "dev.flutter.navigation_and_routing"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()