mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 00:59:57 +00:00
11 lines
326 B
YAML
11 lines
326 B
YAML
|
|
Builds:
|
||
|
|
- versionName: '1.0'
|
||
|
|
versionCode: 1
|
||
|
|
commit: v1.0
|
||
|
|
# The `subdir` is the parent dir of `src/main` which is generally `app`.
|
||
|
|
subdir: app
|
||
|
|
gradle:
|
||
|
|
# If flavor is used, the flavor name needs to be specified.
|
||
|
|
# If no flavor is used, set `yes` here and `assembleRelease` is used.
|
||
|
|
- yes
|