mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Petals to v1.2.0 (120)
This commit is contained in:
parent
bbd69d3d54
commit
bc0bcd859f
1 changed files with 14 additions and 2 deletions
|
|
@ -28,7 +28,19 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: echo 'android { lintOptions { isAbortOnError = false }}' >> build.gradle.kts
|
||||
|
||||
- versionName: v1.2.0
|
||||
versionCode: 120
|
||||
commit: 3e575fe0d3d6a36ebe1e92a2c0398f57864101d7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: echo 'android { lintOptions { isAbortOnError = false }}' >> build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v1.1.1
|
||||
CurrentVersionCode: 111
|
||||
CurrentVersion: v1.2.0
|
||||
CurrentVersionCode: 120
|
||||
|
|
|
|||
Loading…
Reference in a new issue