Browse Source

build app to store v1.1.1

smf
daivp 4 years ago
parent
commit
3be5b6a297
3 changed files with 22 additions and 2 deletions
  1. +20
    -0
      android/app/profile/output-metadata.json
  2. +1
    -1
      ios/Flutter/.last_build_id
  3. +1
    -1
      pubspec.yaml

+ 20
- 0
android/app/profile/output-metadata.json View File

{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "vn.azteam.farmdemo",
"variantName": "profile",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 8,
"versionName": "1.1.1",
"enabled": true,
"outputFile": "app-profile.apk"
}
]
}

+ 1
- 1
ios/Flutter/.last_build_id View File

64f9f50cc502d50e4ed31a042f189058
fb8dae2c7851815c0bcffa5f7cb2c809

+ 1
- 1
pubspec.yaml View File

description: A new Flutter project. description: A new Flutter project.


publish_to: 'none' publish_to: 'none'
version: 1.1.1+7
version: 1.1.1+8


environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save