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
738fce0a21
commit
46092af3bb
7 changed files with 0 additions and 169 deletions
|
|
@ -4675,56 +4675,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 1.142.0
|
||||
versionCode: 3014
|
||||
commit: 4153848c68d416329deecf8b671e02bd754b4dd7
|
||||
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.142.1
|
||||
versionCode: 3015
|
||||
commit: 859b2451bbc6ab1cfde75fcb8738048919c4c073
|
||||
|
|
|
|||
|
|
@ -530,22 +530,6 @@ Builds:
|
|||
- sed -i -e '/getByName("bitfire/d' build.gradle.kts
|
||||
- sed -i -e '/agp/s/8.12.2/8.11.1/' ../gradle/libs.versions.toml
|
||||
|
||||
- versionName: 2.4.1
|
||||
versionCode: 90
|
||||
commit: 8edd572df0e15a29e25d1f44d6a9ad4b086194fc
|
||||
subdir: app
|
||||
submodules: true
|
||||
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:
|
||||
- standard
|
||||
prebuild:
|
||||
- sed -i -e '/getByName("bitfire/d' build.gradle.kts
|
||||
- sed -i -e '/agp/s/8.13.0/8.11.1/' ../gradle/libs.versions.toml
|
||||
|
||||
- versionName: 2.4.2
|
||||
versionCode: 91
|
||||
commit: af6cb98d398c8d0ce609c18deb6d0d45784045ca
|
||||
|
|
|
|||
|
|
@ -121,14 +121,6 @@ Builds:
|
|||
- yes
|
||||
ndk: r27d
|
||||
|
||||
- versionName: 0.46.5
|
||||
versionCode: 170
|
||||
commit: 3402cf94f54956b9a3c14ee329882734b653567d
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r27d
|
||||
|
||||
- versionName: 0.46.6
|
||||
versionCode: 171
|
||||
commit: 6c5d5b934636c79496be05f7e1615ded96614392
|
||||
|
|
|
|||
|
|
@ -787,51 +787,6 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||
|
||||
- versionName: 5.0.1
|
||||
versionCode: 457
|
||||
commit: 3927610eb4a990cec4f5e54af59bd3d8bb787f8e
|
||||
sudo:
|
||||
- mkdir -p /home/runner/work/picguard
|
||||
- chown -R vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-freeproduction-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/picguard/picguard
|
||||
- cd ..
|
||||
- mv com.kjxbyz.picguard $repo
|
||||
- pushd $repo
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||
| head -n1)
|
||||
- '[[ $version ]]'
|
||||
- git -C $$flutter$$ reset --hard $version
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e 's/-Wl,/-Wl,--build-id=none,/' $PUB_CACHE/hosted/pub.dev/jni-*/src/CMakeLists.txt
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{{image_picker,path_provider,shared_preferences,url_launcher}_android,flutter_plugin_android_lifecycle,device_info_plus,package_info_plus}-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo com.kjxbyz.picguard
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/picguard/picguard
|
||||
- cd ..
|
||||
- mv com.kjxbyz.picguard $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons --target lib/main_free.dart
|
||||
--dart-define SENTRY_DSN="https://ce37ccf14474a85b378d5c8b1ae80a67@o4507226640285696.ingest.us.sentry.io/4507226645397509"
|
||||
--flavor freeProduction
|
||||
- popd
|
||||
- mv $repo com.kjxbyz.picguard
|
||||
|
||||
- versionName: 5.0.2
|
||||
versionCode: 458
|
||||
commit: e66eca86e33c2d416c393785f78640c43db2d0bd
|
||||
|
|
|
|||
|
|
@ -15623,22 +15623,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250916'
|
||||
versionCode: 20250916
|
||||
commit: 4788063362411adadd77407b6cc2b430d7c2efcd
|
||||
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: '20250917'
|
||||
versionCode: 20250917
|
||||
commit: 6e01e3633b4a9529b7234c40796ef50b1a11167a
|
||||
|
|
|
|||
|
|
@ -256,14 +256,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 40
|
||||
commit: 3bd3eb51a7e3f0cb79742f9438b7397013d5d91d
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/8.13.0/8.11.1/' ../build.gradle.kts
|
||||
|
||||
- versionName: 2.0.3
|
||||
versionCode: 42
|
||||
commit: 895fd57a13912b69626e0f21038fe1e384a914c0
|
||||
|
|
|
|||
|
|
@ -1247,32 +1247,6 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
- versionName: 1.66.0
|
||||
versionCode: 726
|
||||
commit: b718282ded7c9d2261f2308fecf9d8401134711f
|
||||
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=4
|
||||
- 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.67.0
|
||||
versionCode: 727
|
||||
commit: 4c3e1aae82106f5ed2f7bb76f5289831e2d777bb
|
||||
|
|
|
|||
Loading…
Reference in a new issue