keep latest

This commit is contained in:
linsui 2024-12-22 14:36:40 +08:00
parent 441faa4bae
commit 7a9f3b3a8b
14 changed files with 0 additions and 531 deletions

View file

@ -479,36 +479,6 @@ Builds:
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r26d
- versionName: 6.16.1
versionCode: 3020323
commit: ca4b93b6e6616ba5b32866c98b6535c443cc25a0
subdir: app
gradle:
- free
output: build/outputs/apk/free/release/*_.apk
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r26d
- versionName: 6.16.2
versionCode: 3020324
commit: e090e128b6e600f4bdf70289a37893ffe06f8b47
subdir: app
gradle:
- free
output: build/outputs/apk/free/release/*_.apk
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 6.16.3
versionCode: 3020325
commit: 6cf1c28549ee012b238f2c019971f80905b019a3
subdir: app
gradle:
- free
output: build/outputs/apk/free/release/*_.apk
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 6.16.4
versionCode: 3020326
commit: 4377b7133ebbd011b538dcb9c7aeb4b08bfe6693

View file

@ -2576,286 +2576,6 @@ Builds:
gradleprops:
- reactNativeArchitectures=x86_64
- versionName: 2.2.7
versionCode: 394001
commit: 8a795a807344ef2eb6e7ad6b6722430ae35f6f28
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/arm"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=armeabi-v7a
- versionName: 2.2.7
versionCode: 394002
commit: 8a795a807344ef2eb6e7ad6b6722430ae35f6f28
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/386"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=x86
- versionName: 2.2.7
versionCode: 394003
commit: 8a795a807344ef2eb6e7ad6b6722430ae35f6f28
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/arm64"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=arm64-v8a
- versionName: 2.2.7
versionCode: 394004
commit: 8a795a807344ef2eb6e7ad6b6722430ae35f6f28
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/amd64"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=x86_64
- versionName: 2.2.8
versionCode: 395001
commit: 00b01be44768264e86e4e92931d2be4844daad44

View file

@ -106,13 +106,6 @@ Builds:
gradle:
- production
- versionName: 1.50.10
versionCode: 48
commit: 0a72b00f378027901e24d21d4b49bcc3f1daa240
subdir: presentation
gradle:
- production
- versionName: 1.50.20
versionCode: 49
commit: b6648b9942889cb854d7d2f83f924c2daa2216f3

View file

@ -198,14 +198,6 @@ Builds:
- free
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 3.0.4
versionCode: 115
commit: 6c1c73301be3bc9acbd8319ca7786eb1399019d7
subdir: app
gradle:
- free
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 3.0.5
versionCode: 116
commit: c8380479952eead452f539dc9f3cfa4fbfd4e0e3

View file

@ -43,29 +43,6 @@ Builds:
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: '11.2'
versionCode: 53
commit: 4de4f987eca695f32e777148751a8f645e72fd0d
subdir: app
output: build/outputs/apk/release/app-release-unsigned.apk
srclibs:
- reproducible-apk-tools@v0.3.0
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/isaakhanimann/psychonautwiki-journal-android/releases/download/v$$VERSION$$/psychonautwiki-journal_v$$VERSION$$.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
unzip -q ../build/outputs/apk/release/app-release-unsigned.apk; export localhash=$(sha256sum
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
]] && break ; popd; rm -fr local; done
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: '11.3'
versionCode: 54
commit: e9290a4294bd1da95024d176cebb24d78117d76a

View file

@ -906,27 +906,6 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
- versionName: 1.50.1
versionCode: 140
commit: 7dd5806c1312504c37ae2b18a819e6b00597b00d
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
prebuild:
- touch android/key.properties
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- flutter/packages/flutter_tools/gradle/resolve_dependencies.gradle
- flutter/packages/flutter_tools/gradle/aar_init_script.gradle
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
- versionName: 1.50.2
versionCode: 141
commit: 72524516ed18155a8708a10092fd4d5ac989a726

View file

@ -14732,36 +14732,6 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: '20241220'
versionCode: 20241220
commit: 3f98d82b891c5983c8de5376e9840e26a79fcb6a
subdir: app
gradle:
- versionDev
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
- versionName: '20241221'
versionCode: 20241221
commit: 2470bfc1d9fd64ef3349fb3a0fb67ff7b6770957
subdir: app
gradle:
- versionDev
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
- versionName: '20241222'
versionCode: 20241222
commit: 71efc1074d49c1cc84abc874745c5ad1a4e1f869

View file

@ -2236,16 +2236,6 @@ Builds:
rm:
- graphics
- versionName: 2.7.3
versionCode: 322
commit: d59fe0f52bab4e14844e8da39ac943e8a14bf627
subdir: app
submodules: true
gradle:
- yes
rm:
- graphics
- versionName: 2.7.4
versionCode: 323
commit: e40deaac172b103c34a96a76bcfd9ba9a44b0abc

View file

@ -13,30 +13,6 @@ Repo: https://github.com/buttercookie42/SimbaDroid.git
Binaries: https://github.com/buttercookie42/SimbaDroid/releases/download/%v/de.buttercookie.simbadroid-%v.apk
Builds:
- versionName: 0.3.1
versionCode: 4
commit: 821f769497d39646b79af44fc2ad61a40a5d1a70
subdir: app
output: build/outputs/apk/release/de.buttercookie.simbadroid-*-release-unsigned.apk
srclibs:
- reproducible-apk-tools@v0.3.0
prebuild:
- sed -i -e '/release {/avcsInfo.include = false' build.gradle.kts
- gradle clean
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/buttercookie42/SimbaDroid/releases/download/$$VERSION$$/de.buttercookie.simbadroid-$$VERSION$$.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
unzip -q ../build/outputs/apk/release/de.buttercookie.simbadroid-*-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
'META-INF/services/*'
- versionName: '0.4'
versionCode: 5
commit: 39861fa9f2712235ec43b3b7c7b43560636e17ee

View file

@ -439,48 +439,6 @@ Builds:
scandelete:
- build-logic/convention/build
- versionName: 1.9.0-beta.7
versionCode: 528
commit: 8625d4d3d62758f60b2be540aa1d9e6f6dfcb0b3
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:
- cp -R ../../gradle ./
- 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
scandelete:
- build-logic/convention/build
- versionName: 1.9.0
versionCode: 529
commit: b246e3e36a5db3dae85970d4939323c14c9b7942
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:
- cp -R ../../gradle ./
- 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
scandelete:
- build-logic/convention/build
- versionName: 1.10.0
versionCode: 531
commit: 103071eda185411a0c4be39e36b82a9860323234

View file

@ -253,30 +253,6 @@ Builds:
gradle:
- yes
- versionName: 1.1.24
versionCode: 55
commit: e6602cc6ad9e152981462064a63cbdb3aa502d30
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
- versionName: 1.1.25
versionCode: 56
commit: 44c5c4ca119614367d38b51604e9576f09b0647c
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
- versionName: 1.1.26
versionCode: 57
commit: 413108126df2c02251cca1e95e70d505c3035d62

View file

@ -1397,13 +1397,6 @@ Builds:
gradle:
- yes
- versionName: 7.7.3
versionCode: 695
commit: 0b8afe9c404fbe7153d04923259c211d9d4cedcc
subdir: app
gradle:
- yes
- versionName: 7.7.4
versionCode: 696
commit: 40f262b0ef503a509d191f4e01c076b442cb99f1

View file

@ -72,18 +72,6 @@ Builds:
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
fix-newlines $$OUT$$ 'META-INF/services/*' 'assets/*.json' 'assets/*.txt'
- versionName: '20241219'
versionCode: 20241219
commit: 024b728322b6d3e1f546d1cf7529f728da38edbe
subdir: app
submodules: true
gradle:
- yes
srclibs:
- reproducible-apk-tools@v0.3.0
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
fix-newlines $$OUT$$ 'META-INF/services/*' 'assets/*.json' 'assets/*.txt'
- versionName: '20241221'
versionCode: 20241221
commit: ed637a6ba8927caefe5574ecc1bece3b64d102db

View file

@ -831,19 +831,6 @@ Builds:
- yes
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
- versionName: 3.4.3
versionCode: 343
commit: 8f9469c2ab76d170a21ec5261835e63aeae20c4d
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
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
- versionName: 3.4.4
versionCode: 344
commit: 95b3fe19a3f01c73767acfbbcec627a6b2732c16