mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
keep latest
This commit is contained in:
parent
66ee1e6f11
commit
6bc39406e8
7 changed files with 0 additions and 220 deletions
|
|
@ -94,18 +94,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 32
|
||||
commit: d7238d7752a5fa33b94d60c4376054fc5a626433
|
||||
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: 2.0.3
|
||||
versionCode: 34
|
||||
commit: dfe59c6bec8b7b6fa19c3d29639e59318ae3fb8d
|
||||
|
|
|
|||
|
|
@ -14687,21 +14687,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20241209'
|
||||
versionCode: 20241209
|
||||
commit: 930ed79a08fe12567091c24258704c0aebd7211d
|
||||
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: '20241210'
|
||||
versionCode: 20241210
|
||||
commit: b6adb446523459825f7a6695dcb0e4d509956484
|
||||
|
|
|
|||
|
|
@ -46,14 +46,6 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e "/android {/alintOptions { disable 'ExtraTranslation' }" build.gradle
|
||||
|
||||
- versionName: 6.2.1
|
||||
versionCode: 621
|
||||
commit: c228eb341df4e6f9b79e7f9bfc522b6af2761525
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e "/android {/alintOptions { disable 'ExtraTranslation' }" build.gradle
|
||||
|
||||
- versionName: 6.2.2
|
||||
versionCode: 622
|
||||
commit: 766aedb923222457077b39f660580665a4cce99c
|
||||
|
|
|
|||
|
|
@ -6243,15 +6243,6 @@ Builds:
|
|||
rm:
|
||||
- desktop
|
||||
|
||||
- versionName: 4.14.13-patch1
|
||||
versionCode: 1081
|
||||
commit: a84cdd4e8ed93e185021ce505f5c59dee9fc352c
|
||||
subdir: android
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- desktop
|
||||
|
||||
- versionName: 4.14.14
|
||||
versionCode: 1082
|
||||
commit: 66f9ed549bb25a26a4a55e878e6e714b80a465fa
|
||||
|
|
|
|||
|
|
@ -4681,150 +4681,6 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 1.1.33
|
||||
versionCode: 22901
|
||||
commit: c0968e8991c47c9a1e928812f79e586d06a9d1cf
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-fdroid-release.apk
|
||||
binary: https://github.com/ImranR98/Obtainium/releases/download/v%v/app-x86_64-fdroid-release.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@719c3471fd1bcb807510dc8e035a69e395ca37f4
|
||||
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Obtainium
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv dev.imranr.obtainium.fdroid $repo/Obtainium
|
||||
- pushd $repo/Obtainium
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' android/build.gradle .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo/Obtainium dev.imranr.obtainium.fdroid
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Obtainium
|
||||
- cd ..
|
||||
- mv dev.imranr.obtainium.fdroid $repo/Obtainium
|
||||
- pushd $repo/Obtainium
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
--flavor fdroid -t lib/main_fdroid.dart
|
||||
- popd
|
||||
- mv $repo/Obtainium dev.imranr.obtainium.fdroid
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 1.1.33
|
||||
versionCode: 22902
|
||||
commit: c0968e8991c47c9a1e928812f79e586d06a9d1cf
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
|
||||
binary: https://github.com/ImranR98/Obtainium/releases/download/v%v/app-armeabi-v7a-fdroid-release.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@719c3471fd1bcb807510dc8e035a69e395ca37f4
|
||||
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Obtainium
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv dev.imranr.obtainium.fdroid $repo/Obtainium
|
||||
- pushd $repo/Obtainium
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' android/build.gradle .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo/Obtainium dev.imranr.obtainium.fdroid
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Obtainium
|
||||
- cd ..
|
||||
- mv dev.imranr.obtainium.fdroid $repo/Obtainium
|
||||
- pushd $repo/Obtainium
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
--flavor fdroid -t lib/main_fdroid.dart
|
||||
- popd
|
||||
- mv $repo/Obtainium dev.imranr.obtainium.fdroid
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 1.1.33
|
||||
versionCode: 22903
|
||||
commit: c0968e8991c47c9a1e928812f79e586d06a9d1cf
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
|
||||
binary: https://github.com/ImranR98/Obtainium/releases/download/v%v/app-arm64-v8a-fdroid-release.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@719c3471fd1bcb807510dc8e035a69e395ca37f4
|
||||
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Obtainium
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv dev.imranr.obtainium.fdroid $repo/Obtainium
|
||||
- pushd $repo/Obtainium
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' android/build.gradle .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo/Obtainium dev.imranr.obtainium.fdroid
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Obtainium
|
||||
- cd ..
|
||||
- mv dev.imranr.obtainium.fdroid $repo/Obtainium
|
||||
- pushd $repo/Obtainium
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
--flavor fdroid -t lib/main_fdroid.dart
|
||||
- popd
|
||||
- mv $repo/Obtainium dev.imranr.obtainium.fdroid
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 1.1.34
|
||||
versionCode: 22911
|
||||
commit: e5afe7521347c73382534a013c070b9c1da716c5
|
||||
|
|
|
|||
|
|
@ -405,31 +405,6 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 3.1.25
|
||||
versionCode: 30125
|
||||
commit: 53e42e362a053ab2a57e505307e86a4f47cf2c31
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- android/app/build_google.gradle
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' ../build.gradle
|
||||
- sed -i -e '/geolocation/d' ../../package.json
|
||||
- cd ../..
|
||||
- echo R1BGX2tleT1GRHJvaWQtOWtwbHc4YW4K | base64 --decode > .env
|
||||
- echo c2lnbmFsZW1lbnRfdXJsPWh0dHBzOi8vd3d3Lmdlb3BvcnRhaWwuZ291di5mci93cC1qc29uL3dwL3YyLwo=
|
||||
| base64 --decode >> .env
|
||||
- npm install --build-from-source
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 3.1.26
|
||||
versionCode: 30126
|
||||
commit: bc9dcb7d42deac54382762a4fab53f346b04a94e
|
||||
|
|
|
|||
|
|
@ -60,13 +60,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.8.1
|
||||
versionCode: 17
|
||||
commit: 0ecd6ff4bec2e547798666e16932350a74a04a32
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.8.2
|
||||
versionCode: 18
|
||||
commit: bbdfdf8dc7fd0c547b8ede113ef87adcd5dc3d22
|
||||
|
|
|
|||
Loading…
Reference in a new issue