mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
||||||
x86_64-linux-android
|
x86_64-linux-android
|
||||||
|
|
||||||
- versionName: 1.7.5
|
- versionName: 1.8.1
|
||||||
versionCode: 175
|
versionCode: 181
|
||||||
disable: https://github.com/kagg886/Pixiv-MultiPlatform/issues/106
|
commit: 97c5aec6156908d1a6bb15919a27620acc234523
|
||||||
commit: v1.7.5
|
|
||||||
subdir: composeApp
|
subdir: composeApp
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
@ -106,7 +105,7 @@ Builds:
|
||||||
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
||||||
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
||||||
- RUST_VERSION=$(sed -n -E 's/channel = "([0-9.]+)"/\1/p' ../rust-toolchain.toml)
|
- 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
|
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
||||||
x86_64-linux-android
|
x86_64-linux-android
|
||||||
|
|
||||||
|
|
@ -116,5 +115,5 @@ AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://github.com/kagg886/Pixiv-MultiPlatform/releases/latest|>v[\d.]+
|
UpdateCheckData: https://github.com/kagg886/Pixiv-MultiPlatform/releases/latest|>v[\d.]+
|
||||||
- (\d+)</h1>|.|>v([\d.]+) - \d+</h1>
|
- (\d+)</h1>|.|>v([\d.]+) - \d+</h1>
|
||||||
CurrentVersion: 1.7.5
|
CurrentVersion: 1.8.1
|
||||||
CurrentVersionCode: 175
|
CurrentVersionCode: 181
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue