fdroiddata/templates/build-gradle.yml

13 lines
391 B
YAML
Raw Normal View History

2023-10-29 07:07:14 +00:00
# PLEASE REMOVE ALL COMMENTS BEFORE SUBMITTING TO F-DROID DATA!
2023-01-01 12:09:30 +00:00
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