diff --git a/metadata/com.hfut.schedule.yml b/metadata/com.hfut.schedule.yml index 412e547bcd..900bfd13e6 100644 --- a/metadata/com.hfut.schedule.yml +++ b/metadata/com.hfut.schedule.yml @@ -834,40 +834,6 @@ Builds: postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines $$OUT$$ 'assets/stu.json' - - versionName: 4.17.1 - versionCode: 2012 - commit: 670e55ef9f9d8f0151d97e1c6cb52b66e863eeaf - subdir: app - gradle: - - yes - binary: https://github.com/Chiu-xaH/HFUT-Schedule/releases/download/v%v/%v-arm64-v8a.apk - srclibs: - - reproducible-apk-tools@v0.3.0 - prebuild: - - sed -i -e "s/include 'arm64-v8a'.*/include 'arm64-v8a'/" -e '/universalApk/s/true/false/' - build.gradle - - sed -i -e '/aliyun/d' ../build.gradle - - sed -i -e '/nexus/,+1d' ../settings.gradle - postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines - $$OUT$$ 'assets/stu.json' - - - versionName: 4.17.1 - versionCode: 2014 - commit: 670e55ef9f9d8f0151d97e1c6cb52b66e863eeaf - subdir: app - gradle: - - yes - binary: https://github.com/Chiu-xaH/HFUT-Schedule/releases/download/v%v/%v-x86_64.apk - srclibs: - - reproducible-apk-tools@v0.3.0 - prebuild: - - sed -i -e "s/include 'arm64-v8a'.*/include 'x86_64'/" -e '/universalApk/s/true/false/' - build.gradle - - sed -i -e '/aliyun/d' ../build.gradle - - sed -i -e '/nexus/,+1d' ../settings.gradle - postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines - $$OUT$$ 'assets/stu.json' - - versionName: 4.17.2 versionCode: 2022 commit: 3d743eb1dc0bb1c6dc62082731f1407afa502f43 diff --git a/metadata/com.poppingmoon.aria.yml b/metadata/com.poppingmoon.aria.yml index 59e20fe2a5..cd3dbab574 100644 --- a/metadata/com.poppingmoon.aria.yml +++ b/metadata/com.poppingmoon.aria.yml @@ -3637,141 +3637,6 @@ Builds: - mv /tmp/.cargo $HOME/.cargo ndk: r28b - - versionName: 1.3.4 - versionCode: 731 - commit: afe124f18e0530b1e3346380df3610cb04d0d323 - output: build/app/outputs/flutter-apk/app-x86_64-release.apk - binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-x86_64.apk - srclibs: - - flutter@stable - - rustup@1.27.1 - rm: - - ios - - linux - - macos - - web - - windows - prebuild: - - sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart - - export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2) - - '[[ $version ]]' - - git -C $$flutter$$ checkout -f $version - - cd .. - - mv com.poppingmoon.aria /tmp/build - - pushd /tmp/build/ - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter config --no-analytics - - $$flutter$$/bin/flutter pub get - - popd - - mv /tmp/build com.poppingmoon.aria - - $$rustup$$/rustup-init.sh -y --default-toolchain none - scandelete: - - .pub-cache - build: - - mv $HOME/.cargo /tmp/.cargo - - HOME_TMP=$HOME - - export HOME=/tmp - - cd .. - - mv com.poppingmoon.aria /tmp/build - - pushd /tmp/build/ - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" - - popd - - mv /tmp/build com.poppingmoon.aria - - export HOME=$HOME_TMP - - mv /tmp/.cargo $HOME/.cargo - ndk: r28b - - - versionName: 1.3.4 - versionCode: 732 - commit: afe124f18e0530b1e3346380df3610cb04d0d323 - output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk - binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-armeabi-v7a.apk - srclibs: - - flutter@stable - - rustup@1.27.1 - rm: - - ios - - linux - - macos - - web - - windows - prebuild: - - sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart - - export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2) - - '[[ $version ]]' - - git -C $$flutter$$ checkout -f $version - - cd .. - - mv com.poppingmoon.aria /tmp/build - - pushd /tmp/build/ - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter config --no-analytics - - $$flutter$$/bin/flutter pub get - - popd - - mv /tmp/build com.poppingmoon.aria - - $$rustup$$/rustup-init.sh -y --default-toolchain none - scandelete: - - .pub-cache - build: - - mv $HOME/.cargo /tmp/.cargo - - HOME_TMP=$HOME - - export HOME=/tmp - - cd .. - - mv com.poppingmoon.aria /tmp/build - - pushd /tmp/build/ - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" - - popd - - mv /tmp/build com.poppingmoon.aria - - export HOME=$HOME_TMP - - mv /tmp/.cargo $HOME/.cargo - ndk: r28b - - - versionName: 1.3.4 - versionCode: 733 - commit: afe124f18e0530b1e3346380df3610cb04d0d323 - output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk - binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-arm64-v8a.apk - srclibs: - - flutter@stable - - rustup@1.27.1 - rm: - - ios - - linux - - macos - - web - - windows - prebuild: - - sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart - - export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2) - - '[[ $version ]]' - - git -C $$flutter$$ checkout -f $version - - cd .. - - mv com.poppingmoon.aria /tmp/build - - pushd /tmp/build/ - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter config --no-analytics - - $$flutter$$/bin/flutter pub get - - popd - - mv /tmp/build com.poppingmoon.aria - - $$rustup$$/rustup-init.sh -y --default-toolchain none - scandelete: - - .pub-cache - build: - - mv $HOME/.cargo /tmp/.cargo - - HOME_TMP=$HOME - - export HOME=/tmp - - cd .. - - mv com.poppingmoon.aria /tmp/build - - pushd /tmp/build/ - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" - - popd - - mv /tmp/build com.poppingmoon.aria - - export HOME=$HOME_TMP - - mv /tmp/.cargo $HOME/.cargo - ndk: r28b - - versionName: 1.3.5 versionCode: 741 commit: 9f9dc3427671771c9be58c5aae0c6a53fcac41f7 diff --git a/metadata/net.taler.wallet.fdroid.yml b/metadata/net.taler.wallet.fdroid.yml index 8a3820e1f0..43ffcf92ff 100644 --- a/metadata/net.taler.wallet.fdroid.yml +++ b/metadata/net.taler.wallet.fdroid.yml @@ -1342,62 +1342,6 @@ Builds: gradleprops: - splitApk - - versionName: 1.0.7 - versionCode: 631 - commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1 - subdir: wallet - gradle: - - fdroid - rm: - - donau-verificator - - merchant-terminal - prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include - "armeabi-v7a"/' build.gradle - gradleprops: - - splitApk - - - versionName: 1.0.7 - versionCode: 632 - commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1 - subdir: wallet - gradle: - - fdroid - rm: - - donau-verificator - - merchant-terminal - prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include - "arm64-v8a"/' build.gradle - gradleprops: - - splitApk - - - versionName: 1.0.7 - versionCode: 633 - commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1 - subdir: wallet - gradle: - - fdroid - rm: - - donau-verificator - - merchant-terminal - prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include - "x86"/' build.gradle - gradleprops: - - splitApk - - - versionName: 1.0.7 - versionCode: 634 - commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1 - subdir: wallet - gradle: - - fdroid - rm: - - donau-verificator - - merchant-terminal - prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include - "x86_64"/' build.gradle - gradleprops: - - splitApk - - versionName: 1.0.8 versionCode: 641 commit: 674d4e67c3e912e8b2ab5796b5d26ef7339fca1e diff --git a/metadata/threads.thor.yml b/metadata/threads.thor.yml index ba58963b5b..b4fd30e571 100644 --- a/metadata/threads.thor.yml +++ b/metadata/threads.thor.yml @@ -707,21 +707,9 @@ Builds: gradle: - yes - - versionName: 1.7.7 - versionCode: 177 - commit: ec436ec2564a65d9f59bd39cf095af1dac182258 - 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.7.8 - versionCode: 178 - commit: 44534dabdb5589df1e64d5376e2f0a7d7510a99c + - versionName: 1.7.9 + versionCode: 179 + commit: 97c81a7d0b1ab3f2b91a33359d8825b7b8a26992 subdir: app sudo: - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list @@ -733,5 +721,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.7.8 -CurrentVersionCode: 178 +CurrentVersion: 1.7.9 +CurrentVersionCode: 179