mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Pixiv to 1.8.1 (181)
This commit is contained in:
parent
f84abe3f06
commit
08394041ac
1 changed files with 6 additions and 7 deletions
|
|
@ -86,10 +86,9 @@ Builds:
|
|||
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
||||
x86_64-linux-android
|
||||
|
||||
- versionName: 1.7.5
|
||||
versionCode: 175
|
||||
disable: https://github.com/kagg886/Pixiv-MultiPlatform/issues/106
|
||||
commit: v1.7.5
|
||||
- versionName: 1.8.1
|
||||
versionCode: 181
|
||||
commit: 97c5aec6156908d1a6bb15919a27620acc234523
|
||||
subdir: composeApp
|
||||
gradle:
|
||||
- yes
|
||||
|
|
@ -106,7 +105,7 @@ Builds:
|
|||
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
||||
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
||||
- RUST_VERSION=$(sed -n -E 's/channel = "([0-9.]+)"/\1/p' ../rust-toolchain.toml)
|
||||
- '[[ $RUST_VERSION ]] || exit 1'
|
||||
- '[[ $RUST_VERSION ]]'
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
||||
x86_64-linux-android
|
||||
|
||||
|
|
@ -116,5 +115,5 @@ AutoUpdateMode: Version v%v
|
|||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/kagg886/Pixiv-MultiPlatform/releases/latest|>v[\d.]+
|
||||
- (\d+)</h1>|.|>v([\d.]+) - \d+</h1>
|
||||
CurrentVersion: 1.7.5
|
||||
CurrentVersionCode: 175
|
||||
CurrentVersion: 1.8.1
|
||||
CurrentVersionCode: 181
|
||||
|
|
|
|||
Loading…
Reference in a new issue