mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 21:57:22 +00:00
Update Voice Notify to 1.4.2 (32)
This commit is contained in:
parent
3b5a045585
commit
c29d67a58a
1 changed files with 15 additions and 2 deletions
|
|
@ -150,7 +150,20 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 32
|
||||
commit: cc4c76e1099b70d6f22eaa0df4cadd19091b32ec
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue