mirrored from https://gitlab.com/fdroid/fdroiddata
-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathcom.ahorcado.yml
59 lines (52 loc) · 1.31 KB
/
com.ahorcado.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Categories:
- Games
License: GPL-3.0-only
AuthorWebSite: https://webierta.github.io
SourceCode: https://github.com/Webierta/ahorcandroid
IssueTracker: https://github.com/Webierta/ahorcandroid/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=986PSAHLH6N4L
AutoName: Ahorcado
RepoType: git
Repo: https://github.com/Webierta/ahorcandroid
Builds:
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
- versionName: '1.4'
versionCode: 5
commit: v1.4
subdir: app
gradle:
- yes
- versionName: 1.5.0
versionCode: 6
commit: v1.5.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
rm:
- ios
- test
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
- versionName: 1.5.1
versionCode: 7
commit: v1.5.1
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
rm:
- ios
- test
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.5.1
CurrentVersionCode: 7