mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Phonograph Plus to 1.0.1 (1001)
This commit is contained in:
parent
9357e23bd5
commit
4737bf18ac
1 changed files with 19 additions and 2 deletions
|
|
@ -186,9 +186,26 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
|
||||||
'META-INF/services/*'
|
'META-INF/services/*'
|
||||||
|
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 1001
|
||||||
|
commit: 543ee277190bd8c0fb891ab005da530b259f227a
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- stable
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.2.3
|
||||||
|
scandelete:
|
||||||
|
- tools/release-tool/build
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
|
||||||
|
'META-INF/services/*'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 01654eb9348b2c802fcbf21282de0cdca2a226337b9a2fa201e3ac376b0ce76c
|
AllowedAPKSigningKeys: 01654eb9348b2c802fcbf21282de0cdca2a226337b9a2fa201e3ac376b0ce76c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v(.*)$
|
UpdateCheckMode: Tags ^v(.*)$
|
||||||
CurrentVersion: 1.0.0
|
CurrentVersion: 1.0.1
|
||||||
CurrentVersionCode: 1000
|
CurrentVersionCode: 1001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue