mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update Petals to v2.0.1 (201)
This commit is contained in:
parent
de5066c1e6
commit
677a06a33d
1 changed files with 14 additions and 2 deletions
|
|
@ -40,7 +40,19 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: echo 'android { lintOptions { isAbortOnError = false }}' >> build.gradle.kts
|
||||
|
||||
- versionName: v2.0.1
|
||||
versionCode: 201
|
||||
commit: d45870c4ca306c7e49b5519033b50a093c746843
|
||||
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.2.0
|
||||
CurrentVersionCode: 120
|
||||
CurrentVersion: v2.0.1
|
||||
CurrentVersionCode: 201
|
||||
|
|
|
|||
Loading…
Reference in a new issue