mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Petals: fix prebuild
This commit is contained in:
parent
168c7a1878
commit
d7eb441fc8
1 changed files with 5 additions and 22 deletions
|
|
@ -95,10 +95,9 @@ Builds:
|
|||
scandelete:
|
||||
- app
|
||||
|
||||
- versionName: v2.3.0
|
||||
versionCode: 230
|
||||
disable: https://github.com/LeoColman/Petals/issues/39
|
||||
commit: 59ccaf30336adc8cae4ab55f46a850e53103cc16
|
||||
- versionName: v2.4.2
|
||||
versionCode: 242
|
||||
commit: cd868f8eb95b00c4bfe10cfebdae1cd57bad875f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
|
|
@ -106,26 +105,10 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/val keystorePropertiesFile/,/^}/d' build.gradle.kts
|
||||
scandelete:
|
||||
- app
|
||||
|
||||
- versionName: v2.4.1
|
||||
versionCode: 241
|
||||
disable: https://github.com/LeoColman/Petals/issues/39
|
||||
commit: 960977193eb1ad2e6c28f64d467b0cba3d02c680
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/val keystorePropertiesFile/,/^}/d' build.gradle.kts
|
||||
scandelete:
|
||||
- app
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v2.4.1
|
||||
CurrentVersionCode: 241
|
||||
CurrentVersion: v2.4.2
|
||||
CurrentVersionCode: 242
|
||||
|
|
|
|||
Loading…
Reference in a new issue