mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Seal to 1.2.0 (10200)
This commit is contained in:
parent
4c2e82710c
commit
a420f90878
1 changed files with 17 additions and 2 deletions
|
|
@ -126,8 +126,23 @@ Builds:
|
|||
gradleprops:
|
||||
- noSplits
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 10200
|
||||
commit: 48b29064c4ae190c7c30c321d4daa48d04835edf
|
||||
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' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
|
||||
build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)||v(.*)
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 10100
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 10200
|
||||
|
|
|
|||
Loading…
Reference in a new issue