Browse Source

Build TPF android v 1.0.1+4

master
daivph 5 years ago
parent
commit
0b1503418b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      android/key.properties
  2. +1
    -1
      pubspec.yaml

+ 1
- 1
android/key.properties View File

@@ -1,4 +1,4 @@
storePassword=123456
keyPassword=123456
keyAlias=key
storeFile=/Users/macbook/key.jks
storeFile=/Users/daivph/key.jks

+ 1
- 1
pubspec.yaml View File

@@ -2,7 +2,7 @@ name: farm_tpf
description: A new Flutter project.

publish_to: 'none'
version: 1.0.1+1
version: 1.0.1+4

environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save