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

Add web and macos, update android and ios (#223)

This commit is contained in:
Brett Morgan
2020-01-13 10:35:14 +10:00
committed by GitHub
parent 9c00f3fd13
commit 0b58ae92f2
36 changed files with 1279 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.flutter.example.jsonexample"
applicationId "dev.flutter.jsonexample"
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()