keep latest

This commit is contained in:
linsui 2025-05-26 14:51:36 +08:00
parent 13453bd8e9
commit 774aff7175
4 changed files with 0 additions and 97 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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