simplify version

This commit is contained in:
Alif Rachmawadi
2019-08-13 19:01:25 +07:00
parent c8ce10620f
commit 6ed32f0e5a
4 changed files with 7 additions and 7 deletions

View File

@@ -12,6 +12,6 @@ steps:
version: '8.x'
- uses: subosito/flutter-action@master
with:
version: 'v1.7.8+hotfix.4'
version: '1.7.8+hotfix.4'
- run: flutter build apk
```