forked from andrewpmoore/simple_deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (24 loc) · 681 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (24 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# to publish
# update the CHANGELOG.md
# updated the pubspec.yaml file version
# Run:
# `dart pub publish`
name: simple_deploy
description: Effortlessly deploy to TestFlight and Play Store test tracks with a single Dart command!
version: 0.25.0
homepage: https://github.com/andrewpmoore/simple_deploy
environment:
sdk: ^3.0.0
dependencies:
# path: ^1.8.0
googleapis_auth: ^1.6.0 #handle the auth
googleapis: ^13.2.0 #play store api access
http: ^1.2.2 #connection to play store api
yaml: ^3.1.0 #load the yaml file
yaml_edit: ^2.2.1
dev_dependencies:
lints: ^4.0.0
test: ^1.24.0
screenshots:
- description: 'Simple deploy image'
path: title.png