mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
keep latest
This commit is contained in:
parent
3da07c83e6
commit
143e974233
8 changed files with 0 additions and 290 deletions
|
|
@ -4625,56 +4625,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 1.141.0
|
||||
versionCode: 3012
|
||||
commit: f107cb044a087d53bc0de30b60cb2d74bc03f9e5
|
||||
subdir: mobile
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc-multilib libc-dev make
|
||||
output: build/app/outputs/flutter-apk/*.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.25.2
|
||||
rm:
|
||||
- design
|
||||
- docker
|
||||
- machine-learning
|
||||
- mobile/ios
|
||||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- cp .isar-cargo.lock .isar/Cargo.lock
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e "s/^\#f//" pubspec.yaml
|
||||
- sed -i -e 's/^\/\/f //' android/app/build.gradle
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/dart run easy_localization:generate -S ../i18n
|
||||
- $$flutter$$/bin/dart run bin/generate_keys.dart
|
||||
- cd $PUB_CACHE/hosted/pub.dev/geolocator_android-*/android
|
||||
- sed -i -e '/gms/d' build.gradle
|
||||
- cd src/main/java/com/baseflow/geolocator/location
|
||||
- rm FusedLocationClient.java
|
||||
- sed -i -e '/if (forceAndroidLocationManager) {/,/^ }/c return new LocationManagerClient(context,
|
||||
locationOptions);}' -e '/isGooglePlayServicesAvailable/,/^ }/d' -e '/gms/d'
|
||||
GeolocationManager.java
|
||||
scandelete:
|
||||
- mobile/.pub-cache
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- bash ./scripts/fdroid_build_isar.sh
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 1.141.1
|
||||
versionCode: 3013
|
||||
commit: db0ea0f3a84863921ef6683650e75a953cbbf222
|
||||
|
|
|
|||
|
|
@ -258,54 +258,6 @@ Builds:
|
|||
- targetAbi=arm64-v8a
|
||||
- includeUniversalApk=false
|
||||
|
||||
- versionName: 3.2.6
|
||||
versionCode: 437
|
||||
commit: 4c01e5da969423789ab991e2f7447c0152ff07df
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-x86.apk
|
||||
gradleprops:
|
||||
- enableApkSplits=true
|
||||
- targetAbi=x86
|
||||
- includeUniversalApk=false
|
||||
|
||||
- versionName: 3.2.6
|
||||
versionCode: 438
|
||||
commit: 4c01e5da969423789ab991e2f7447c0152ff07df
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-x86_64.apk
|
||||
gradleprops:
|
||||
- enableApkSplits=true
|
||||
- targetAbi=x86_64
|
||||
- includeUniversalApk=false
|
||||
|
||||
- versionName: 3.2.6
|
||||
versionCode: 439
|
||||
commit: 4c01e5da969423789ab991e2f7447c0152ff07df
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-armeabi-v7a.apk
|
||||
gradleprops:
|
||||
- enableApkSplits=true
|
||||
- targetAbi=armeabi-v7a
|
||||
- includeUniversalApk=false
|
||||
|
||||
- versionName: 3.2.6
|
||||
versionCode: 440
|
||||
commit: 4c01e5da969423789ab991e2f7447c0152ff07df
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-arm64-v8a.apk
|
||||
gradleprops:
|
||||
- enableApkSplits=true
|
||||
- targetAbi=arm64-v8a
|
||||
- includeUniversalApk=false
|
||||
|
||||
- versionName: 3.3.2
|
||||
versionCode: 467
|
||||
commit: 3ce5a6b3363631ba85cd679361198a636d90909b
|
||||
|
|
|
|||
|
|
@ -15559,22 +15559,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250905'
|
||||
versionCode: 20250905
|
||||
commit: 949a78398432657b32e1387c0c2cc04fd9492d1d
|
||||
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
|
||||
- sed -i -e 's/8.13.0/8.11.1/' ../build.gradle
|
||||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250906'
|
||||
versionCode: 20250906
|
||||
commit: 22d72fd97e3fc4df533186018f013c605c9bb3af
|
||||
|
|
|
|||
|
|
@ -41,13 +41,6 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 2.15.16
|
||||
versionCode: 51
|
||||
commit: 6431e5710c89cdd3344b06b2140402986829c7eb
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 2.15.18
|
||||
versionCode: 53
|
||||
commit: 0bf8184e77f7f5f0aba003eb92164aaa05b71ba7
|
||||
|
|
|
|||
|
|
@ -5120,135 +5120,6 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r27
|
||||
|
||||
- versionName: 2.0.21
|
||||
versionCode: 1391
|
||||
commit: bad541be202f708c1ab95b7f2050d4dd58a0b2e2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/brandonp2412/FitBook/releases/download/%v/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- rm flutter/engine/src/.gn
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
scanignore:
|
||||
- assets/food-data.zip
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r27
|
||||
|
||||
- versionName: 2.0.21
|
||||
versionCode: 1392
|
||||
commit: bad541be202f708c1ab95b7f2050d4dd58a0b2e2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/brandonp2412/FitBook/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- rm flutter/engine/src/.gn
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
scanignore:
|
||||
- assets/food-data.zip
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r27
|
||||
|
||||
- versionName: 2.0.21
|
||||
versionCode: 1393
|
||||
commit: bad541be202f708c1ab95b7f2050d4dd58a0b2e2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/brandonp2412/FitBook/releases/download/%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- rm flutter/engine/src/.gn
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
scanignore:
|
||||
- assets/food-data.zip
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r27
|
||||
|
||||
- versionName: 2.0.25
|
||||
versionCode: 1431
|
||||
commit: 849ee7a398665ffe691433b16670fb0a2a7909ff
|
||||
|
|
|
|||
|
|
@ -1195,32 +1195,6 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
- versionName: 1.62.0
|
||||
versionCode: 718
|
||||
commit: 0a9fa6c875b7611822bfe461482fa5302fe168ed
|
||||
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
|
||||
- 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:
|
||||
- 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.62.1
|
||||
versionCode: 719
|
||||
commit: f723d7c68ed0b697df063006c16ad3b383bfd953
|
||||
|
|
|
|||
|
|
@ -43,13 +43,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 35
|
||||
commit: 057b945dd6c154a973a01f76f50557a3ba1d1739
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.3.6
|
||||
versionCode: 37
|
||||
commit: e6a5d4a89b19c0660b79d7904adb6d7929dcb147
|
||||
|
|
|
|||
|
|
@ -148,13 +148,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.27.0
|
||||
versionCode: 73
|
||||
commit: 2ebe3c4963f670bed5f3cf1efb99160b587f6ba1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.27.1
|
||||
versionCode: 74
|
||||
commit: a62ceb5ab7f07850752c9af65fc862287522be1d
|
||||
|
|
|
|||
Loading…
Reference in a new issue