keep latest

This commit is contained in:
Licaon_Kter 2025-08-21 12:59:52 +03:00
parent 3860337c07
commit 9cc77bbacb
7 changed files with 0 additions and 89 deletions

View file

@ -90,13 +90,6 @@ Builds:
gradle:
- yes
- versionName: 0.45.4
versionCode: 164
commit: d059f0c1e77edf6a1f2b5614fae7e838bc2ec060
subdir: app
gradle:
- yes
- versionName: 0.46.0
versionCode: 165
commit: c8084617cdbba2951ca15a21c30bd88e25a3fa5d

View file

@ -461,13 +461,6 @@ Builds:
gradle:
- yes
- versionName: 1.18.0
versionCode: 129
commit: 01e603f1ba8ee5e0c447a7fd29e3b032056cc45e
subdir: app
gradle:
- yes
- versionName: 1.18.1
versionCode: 130
commit: 09c8fa074d8a133f243030caa0b540861b3262a5

View file

@ -1836,19 +1836,6 @@ Builds:
/firebase/d; /android.applicationVariants.configureEach {/,/^}/d' -e "/android
{/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 4.0.002
versionCode: 400000002
commit: d868336adad150dd5313c698969edf5de83d8a0e
subdir: app
gradle:
- purefoss
prebuild:
- sed -i -e 's/versionCode = code/versionCode = $$VERCODE$$/' -e 's/versionName
= name/versionName = "$$VERSION$$"/' -e '/configure<CrashlyticsExtension>/,+2d'
build.gradle.kts
- sed -i -e '/gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
- sed -i -e 's/8.12.0/8.11.1/' ../gradle/libs.versions.toml
- versionName: 4.0.003
versionCode: 400000003
commit: 14bf7c24ca8135860e2f786c5d00194267814536

View file

@ -24,16 +24,6 @@ Builds:
- app/src/main/assets/*.dat.zip
- app/src/main/assets/*/*.dat.zip
- versionName: 1.4.387
versionCode: 508
commit: c8ad40626faca97e8ae606bca6d383a0e116344e
subdir: app
gradle:
- yes
scanignore:
- app/src/main/assets/*.dat.zip
- app/src/main/assets/*/*.dat.zip
- versionName: 1.4.390
versionCode: 511
commit: 5bc8960ed764b80717b40895c4f29d59958d4ba4

View file

@ -55,13 +55,6 @@ Builds:
gradle:
- yes
- versionName: 1.2.3
versionCode: 123
commit: f30ce3fb784191e95a99a115a111faf6c3339c75
subdir: app
gradle:
- yes
- versionName: 1.2.4
versionCode: 124
commit: e5de1121bd77e9cc7e4a518dabe8e3b5c73a5046

View file

@ -24,18 +24,6 @@ Builds:
gradle:
- yes
- versionName: 2.1.10
versionCode: 13
commit: f3eee08f4b2503ab813ea167a6da427d7f8c027f
subdir: Android/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: 2.1.11
versionCode: 14
commit: 32acce59964c9e4da90a857a0869dace32a2afaf

View file

@ -1099,39 +1099,6 @@ Builds:
- make lib_android
- mv libbox.aar clients/android/app/libs
- versionName: 1.12.2
versionCode: 554
commit: 97f0dc8a6060f8993388cb36d357668731475f38
subdir: clients/android/app
submodules: true
sudo:
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev make
gradle:
- other
srclibs:
- go@go1.25.0
prebuild:
- export NDK_VERSION=$(sed -n -E 's/ *ndkVersion "([0-9.]+)"/\1/p' build.gradle)
- sdkmanager "platforms;android-34" "build-tools;34.0.0" "cmdline-tools;latest"
- $$SDK$$/cmdline-tools/latest/bin/sdkmanager "ndk;$NDK_VERSION"
- sed -i -e 's/enable true/enable false/' build.gradle
- mkdir libs
- export GO_VERSION=$(sed -n -E "s/GO_VERSION=(go[0-9.]+)/\1/p" ../version.properties)
- cd $$go$$
- git checkout -f $GO_VERSION
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- cd ../../..
- make lib_install
- make lib_android
- mv libbox.aar clients/android/app/libs
- versionName: 1.12.3
versionCode: 556
commit: b40f642fa4ae25633426f136aa2e5d25f985c991