mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Save Locally to 1.4.4a (31)
This commit is contained in:
parent
24de55a77a
commit
8b6d97cfc1
1 changed files with 16 additions and 2 deletions
|
|
@ -168,9 +168,23 @@ Builds:
|
|||
prebuild: sed -i -e '/keystorePropertiesFile.exists/,/^}/d' -e '/keystoreProperties/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 1.4.4a
|
||||
versionCode: 31
|
||||
commit: ba550c73304dabd619b80828cd318d6af88c499b
|
||||
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 '/keystorePropertiesFile.exists/,/^}/d' -e '/keystoreProperties/d'
|
||||
build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: 2a0b90541cf2e483b72fe1f401acdf202feefad90b335a31d6dbac3ba0e06087
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.3
|
||||
CurrentVersionCode: 29
|
||||
CurrentVersion: 1.4.4a
|
||||
CurrentVersionCode: 31
|
||||
|
|
|
|||
Loading…
Reference in a new issue