1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

jsonexample rebuild script (#1366)

This commit is contained in:
Brett Morgan
2022-08-10 06:38:39 +10:00
committed by GitHub
parent 18501cd153
commit fc0268cc9a
38 changed files with 360 additions and 253 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
@@ -44,6 +45,8 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.flutter.jsonexample"
// 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()