From 774aff717528b3c4ad6cd4499ac1241e46e97ce6 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Mon, 26 May 2025 14:51:36 +0800 Subject: [PATCH] keep latest --- metadata/app.cclauncher.yml | 36 ----------------------------- metadata/app.mlauncher.yml | 14 ----------- metadata/com.Arturo254.opentune.yml | 17 -------------- metadata/timur.prose.yml | 30 ------------------------ 4 files changed, 97 deletions(-) diff --git a/metadata/app.cclauncher.yml b/metadata/app.cclauncher.yml index d4a8cb97ae..68713af027 100644 --- a/metadata/app.cclauncher.yml +++ b/metadata/app.cclauncher.yml @@ -286,42 +286,6 @@ Builds: output: build/outputs/apk/release/*arm64-v8a*.apk binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk - - versionName: v9.5.1 - versionCode: 677 - commit: 25a5172aae3194b9060ae74cee126b064d2c298a - subdir: app - gradle: - - yes - output: build/outputs/apk/release/*x86.apk - binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86.apk - - - versionName: v9.5.1 - versionCode: 678 - commit: 25a5172aae3194b9060ae74cee126b064d2c298a - subdir: app - gradle: - - yes - output: build/outputs/apk/release/*x86_64*.apk - binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86_64.apk - - - versionName: v9.5.1 - versionCode: 679 - commit: 25a5172aae3194b9060ae74cee126b064d2c298a - subdir: app - gradle: - - yes - output: build/outputs/apk/release/*armeabi-v7a*.apk - binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-armeabi-v7a.apk - - - versionName: v9.5.1 - versionCode: 680 - commit: 25a5172aae3194b9060ae74cee126b064d2c298a - subdir: app - gradle: - - yes - output: build/outputs/apk/release/*arm64-v8a*.apk - binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk - - versionName: v9.5.2 versionCode: 687 commit: 5b810cae8bb259b3605488b2a30b61bf36461688 diff --git a/metadata/app.mlauncher.yml b/metadata/app.mlauncher.yml index 989bc2f667..507adc8875 100644 --- a/metadata/app.mlauncher.yml +++ b/metadata/app.mlauncher.yml @@ -321,20 +321,6 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ - - versionName: 1.10.4.0 - versionCode: 1100400 - commit: 1213fe653d3edca31772810f12b7d526d279114a - subdir: app - 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.4.1 versionCode: 1100401 commit: 1.10.4.1 diff --git a/metadata/com.Arturo254.opentune.yml b/metadata/com.Arturo254.opentune.yml index 78df18678d..788b6d0713 100644 --- a/metadata/com.Arturo254.opentune.yml +++ b/metadata/com.Arturo254.opentune.yml @@ -33,23 +33,6 @@ Builds: postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines $$OUT$$ 'META-INF/services/*' - - versionName: 1.9.8 - versionCode: 112 - commit: 44687a18dec8549616195d3d6e0980727ab2e877 - subdir: app - sudo: - - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list - - apt-get update - - apt-get install -y -t trixie openjdk-21-jdk-headless - - update-alternatives --auto java - gradle: - - yes - srclibs: - - reproducible-apk-tools@v0.3.0 - prebuild: sed -i -e '/foojay/d' ../settings.gradle.kts - postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines - $$OUT$$ 'META-INF/services/*' - - versionName: 1.9.9 versionCode: 113 commit: b6d0ab8473f38208ad1af1360e005ba7b8a895e0 diff --git a/metadata/timur.prose.yml b/metadata/timur.prose.yml index 1ef5433f96..ec9f029c5f 100644 --- a/metadata/timur.prose.yml +++ b/metadata/timur.prose.yml @@ -195,36 +195,6 @@ Builds: - cd src/main/go - ./gobuild - - versionName: 1.3.5 - versionCode: 10305 - commit: e70202c72ea856f9a144e8bd0d9faeb46530ea01 - sudo: - - apt-get update - - apt-get install -t bookworm-backports -y golang-go - - apt-get install -y gcc libc-dev - gradle: - - yes - srclibs: - - go@go1.23.0 - prebuild: - - export goVersion=$(grep go\ src/main/go/go.mod | cut -d " " -f2) - - '[[ $goVersion ]] || exit 1' - - git -C $$go$$ checkout -f go$goVersion - - ./proppatch.sh gradle.properties appVersionName "$$VERSION$$" - - ./proppatch.sh gradle.properties appVersionCode $$VERCODE$$ - - ./proppatch.sh gradle.properties baseUrlRel "https://timur.mobi/prose/" - - ./proppatch.sh gradle.properties android.useAndroidX true - - ./proppatch.sh gradle.properties android.defaults.buildfeatures.buildconfig - true - build: - - pushd $$go$$/src - - ./make.bash - - popd - - export GOPATH=$$go$$ - - export PATH="$GOPATH/bin:$PATH" - - cd src/main/go - - ./gobuild - - versionName: 1.3.6 versionCode: 10306 commit: f51a8934aea703072454687dd6f00d32f605a413