fdroiddata/metadata/com.lithium.leona.openstud.yml

36 lines
944 B
YAML
Raw Normal View History

2019-08-25 22:27:45 +00:00
AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://github.com/LithiumSR/openstud_client
IssueTracker: https://github.com/LithiumSR/openstud_client/issues
2019-08-28 19:00:00 +00:00
AutoName: OpenStud
2019-08-25 22:27:45 +00:00
RepoType: git
Repo: https://github.com/LithiumSR/openstud_client.git
Builds:
2019-08-26 19:29:51 +00:00
- versionName: 1.25.5
versionCode: 161
commit: 1.25.5
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y gawk
2019-08-26 19:29:51 +00:00
gradle:
- foss
prebuild:
- gawk 'd==0{m=0} /isGooglePlayFlavor()/{m=1} m==1&&/{/{d++} d==0{print} m==1&&/}/{d--}'
build.gradle > build.tmp
- mv build.tmp build.gradle
- gawk 'd==0{m=0} /isGooglePlayFlavor()/{m=1} m==1&&/{/{d++} d==0{print} m==1&&/}/{d--}'
../build.gradle > ../build.tmp
- mv ../build.tmp ../build.gradle
2019-08-26 19:29:51 +00:00
2019-08-25 22:27:45 +00:00
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
2019-08-26 19:29:51 +00:00
CurrentVersion: 1.25.5
CurrentVersionCode: 161