mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Seal to 1.0.3 (10030)
This commit is contained in:
parent
ae55db0776
commit
f24c99783d
1 changed files with 16 additions and 2 deletions
|
|
@ -69,8 +69,22 @@ Builds:
|
|||
gradleprops:
|
||||
- noSplits
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 10030
|
||||
commit: 0bd6c1e85a5835d6be0c1558adcdf481b7117c57
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)||v(.*)
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 10020
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 10030
|
||||
|
|
|
|||
Loading…
Reference in a new issue