keep latest

This commit is contained in:
Licaon_Kter 2025-07-16 10:30:32 +03:00
parent 5e13828662
commit 5ed4e0d691
6 changed files with 0 additions and 136 deletions

View file

@ -445,45 +445,6 @@ Builds:
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: 1.10.8.1
versionCode: 1100801
commit: 1.10.8.1
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
srclibs:
- reproducible-apk-tools@v0.3.0
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: 1.10.8.3
versionCode: 1100803
commit: 1.10.8.3
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
srclibs:
- reproducible-apk-tools@v0.3.0
prebuild: sed -i -e '/foojay/d' ../settings.gradle.kts
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: 1.10.8.5
versionCode: 1100805
commit: 1.10.8.5

View file

@ -1047,17 +1047,6 @@ Builds:
- sed -i -e '/google.services/d' ../build.gradle.kts
- sed -i -e '/gms/d' build.gradle
- versionName: 1.13.0
versionCode: 11300001
commit: 5d4f140a996fdfae6abd5ed6c1bc9e8b1001ab0d
subdir: app
submodules: true
gradle:
- fdroid
prebuild:
- sed -i -e '/google.services/d' ../build.gradle.kts
- sed -i -e '/gms/d' build.gradle
- versionName: 1.13.1
versionCode: 11300101
commit: 050ae6b0b1eb4caa3f1b6baf4aa57025ac7c735a

View file

@ -3117,39 +3117,6 @@ Builds:
gradleprops:
- abiFilters=x86_64
- versionName: 2.1.1
versionCode: 383
commit: 6b4e12ec5d6188cd9ca384bcd6fc4e239497ed6b
subdir: app
gradle:
- github
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
-e '/media3.cast/d' {..,.}/build.gradle.kts
gradleprops:
- abiFilters=armeabi-v7a
- versionName: 2.1.1
versionCode: 384
commit: 6b4e12ec5d6188cd9ca384bcd6fc4e239497ed6b
subdir: app
gradle:
- github
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
-e '/media3.cast/d' {..,.}/build.gradle.kts
gradleprops:
- abiFilters=arm64-v8a
- versionName: 2.1.1
versionCode: 385
commit: 6b4e12ec5d6188cd9ca384bcd6fc4e239497ed6b
subdir: app
gradle:
- github
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
-e '/media3.cast/d' {..,.}/build.gradle.kts
gradleprops:
- abiFilters=x86_64
- versionName: 2.1.2
versionCode: 386
commit: 2322843253158992eb6c32b8af844cde46ccadca

View file

@ -22,13 +22,6 @@ Builds:
- yes
binary: https://github.com/PranavPurwar/AppLock/releases/download/v1.3.0/app-release.apk
- versionName: 1.4.0
versionCode: 5
commit: 156f279ff2fcfc10147fb8a8d69ef31e04ee866c
subdir: app
gradle:
- yes
- versionName: 1.4.1
versionCode: 6
commit: 2ae31212a61608f895a921c186ae4cc0ef62b2ee

View file

@ -939,28 +939,6 @@ Builds:
scandelete:
- build-logic/convention/build
- versionName: 1.47.0
versionCode: 672
commit: 7918748412d2b848966ebd0cc1fa4751ab3b8241
subdir: android/app
sudo:
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y openjdk-21-jdk-headless
- update-java-alternatives -a
gradle:
- fDroid
prebuild:
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX0lEPWtpbVpiWXlaYUVia2Ewb0Npb1ExNUdINWhlNFp4dGtXCg=="
| base64 -d > ../../not_so_secret.properties
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX1NFQ1JFVD00ZVlINmpqRzBVVm1GRGN1Yk1CSThrVVlxT18xVkxHRAo="
| base64 -d >> ../../not_so_secret.properties
- sed -i -e '/firebase/d' -e '/google.services/d' ../../build.gradle.kts
- sed -i -e 's/\.debug//' ../../shared/domain/src/commonMain/kotlin/ly/david/musicsearch/shared/domain/Constants.kt
- sed -i -e '/iosMain/,/^ }/d' ../../shared/build.gradle.kts ../../core/logging/implementation/build.gradle.kts
scandelete:
- build-logic/convention/build
- versionName: 1.48.0
versionCode: 673
commit: 30e4b3e218e94d9101e3ac5b6f4af511b8c028fc

View file

@ -710,30 +710,6 @@ Builds:
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 3.3.0
versionCode: 176
commit: 1afb7aef2483288d60b350251f2e67e3be335e18
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
- versionName: 3.3.1
versionCode: 178
commit: bd03fd1efc234db226752adbbbecaae22f7508cc