Update Image Toolbox (Resizer) to 3.3.1 (178)

This commit is contained in:
F-Droid checkupdates bot 2025-07-16 04:45:58 +00:00 committed by Licaon_Kter
parent a588c6d2d1
commit d79bbc2c4f

View file

@ -734,10 +734,34 @@ Builds:
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 3.3.1
versionCode: 178
commit: bd03fd1efc234db226752adbbbecaae22f7508cc
timeout: 10800
subdir: app
output: build/outputs/apk/foss/release/image-toolbox-*-foss-universal-release-unsigned.apk
prebuild:
- sed -i -e '/gms/d' -e '/firebase/d' ../build.gradle.kts ../build-logic/convention/src/main/kotlin/ImageToolboxApplicationPlugin.kt
- sed -i -e '/androidx.dev/,/^ }/d' ../settings.gradle.kts
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/T8RIN/ImageToolbox/releases/download/$$VERSION$$/image-toolbox-$$VERSION$$-foss-universal.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleFossRelease; mkdir local; pushd
local; unzip -q ../build/outputs/apk/foss/release/image-toolbox-*-foss-universal-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
AllowedAPKSigningKeys: 20d7689de0874f00015ea3e31fa067c15c03457d362d41d5e793db3a864fa534
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "([\d.]+)"
CurrentVersion: 3.3.0
CurrentVersionCode: 176
CurrentVersion: 3.3.1
CurrentVersionCode: 178