diff --git a/metadata/com.presley.fit_book.yml b/metadata/com.presley.fit_book.yml index 4ce269763b..ddfa0d0409 100644 --- a/metadata/com.presley.fit_book.yml +++ b/metadata/com.presley.fit_book.yml @@ -628,129 +628,6 @@ Builds: - mv /home/brandon/fitbook com.presley.fit_book ndk: r21e - - versionName: 1.0.23 - versionCode: 241 - commit: 3e74c8c5be878f4a46fb0fea650408a49c4ec5f9 - 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: - - 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: - - 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: r21e - - - versionName: 1.0.23 - versionCode: 242 - commit: 3e74c8c5be878f4a46fb0fea650408a49c4ec5f9 - 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: - - 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: - - 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: r21e - - - versionName: 1.0.23 - versionCode: 243 - commit: 3e74c8c5be878f4a46fb0fea650408a49c4ec5f9 - 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: - - 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: - - 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: r21e - - versionName: 1.0.24 versionCode: 251 commit: dd005539607811f6ad7f403a751dc530ed534d2a diff --git a/metadata/com.presley.flexify.yml b/metadata/com.presley.flexify.yml index f19301646f..65954d8475 100644 --- a/metadata/com.presley.flexify.yml +++ b/metadata/com.presley.flexify.yml @@ -2104,129 +2104,6 @@ Builds: - mv /home/brandon/flexify com.presley.flexify ndk: r21e - - versionName: 1.1.2 - versionCode: 1091 - commit: 2b80137140315fb8d67d00c5b4653adc7108e795 - 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/Flexify/releases/download/%v/app-x86_64-release.apk - rm: - - ios - - linux - - web - - windows - prebuild: - - sdkmanager 'cmake;3.18.1' - - cd .. - - mv com.presley.flexify /home/brandon/flexify - - pushd /home/brandon/flexify - - export PUB_CACHE=$(pwd)/.pub-cache - - flutter/bin/flutter config --no-analytics - - flutter/bin/flutter pub get - - popd - - mv /home/brandon/flexify com.presley.flexify - scanignore: - - flutter/bin/cache - scandelete: - - .pub-cache - - flutter - build: - - cd .. - - mv com.presley.flexify /home/brandon/flexify - - pushd /home/brandon/flexify - - export PUB_CACHE=$(pwd)/.pub-cache - - flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" - - popd - - mv /home/brandon/flexify com.presley.flexify - ndk: r21e - - - versionName: 1.1.2 - versionCode: 1092 - commit: 2b80137140315fb8d67d00c5b4653adc7108e795 - 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/Flexify/releases/download/%v/app-armeabi-v7a-release.apk - rm: - - ios - - linux - - web - - windows - prebuild: - - sdkmanager 'cmake;3.18.1' - - cd .. - - mv com.presley.flexify /home/brandon/flexify - - pushd /home/brandon/flexify - - export PUB_CACHE=$(pwd)/.pub-cache - - flutter/bin/flutter config --no-analytics - - flutter/bin/flutter pub get - - popd - - mv /home/brandon/flexify com.presley.flexify - scanignore: - - flutter/bin/cache - scandelete: - - .pub-cache - - flutter - build: - - cd .. - - mv com.presley.flexify /home/brandon/flexify - - pushd /home/brandon/flexify - - export PUB_CACHE=$(pwd)/.pub-cache - - flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm" - - popd - - mv /home/brandon/flexify com.presley.flexify - ndk: r21e - - - versionName: 1.1.2 - versionCode: 1093 - commit: 2b80137140315fb8d67d00c5b4653adc7108e795 - 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/Flexify/releases/download/%v/app-arm64-v8a-release.apk - rm: - - ios - - linux - - web - - windows - prebuild: - - sdkmanager 'cmake;3.18.1' - - cd .. - - mv com.presley.flexify /home/brandon/flexify - - pushd /home/brandon/flexify - - export PUB_CACHE=$(pwd)/.pub-cache - - flutter/bin/flutter config --no-analytics - - flutter/bin/flutter pub get - - popd - - mv /home/brandon/flexify com.presley.flexify - scanignore: - - flutter/bin/cache - scandelete: - - .pub-cache - - flutter - build: - - cd .. - - mv com.presley.flexify /home/brandon/flexify - - pushd /home/brandon/flexify - - export PUB_CACHE=$(pwd)/.pub-cache - - flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64" - - popd - - mv /home/brandon/flexify com.presley.flexify - ndk: r21e - - versionName: 1.1.3 versionCode: 1101 commit: 7963175ad0e76518727d5a9bbf511ab75f27a3c2 diff --git a/metadata/org.akanework.gramophone.yml b/metadata/org.akanework.gramophone.yml index 8d73ec91ed..e0049e9007 100644 --- a/metadata/org.akanework.gramophone.yml +++ b/metadata/org.akanework.gramophone.yml @@ -35,10 +35,9 @@ Builds: - yes prebuild: echo 'releaseType=Release' > ../package.properties - - versionName: 1.0.6 - versionCode: 8 - disable: https://github.com/AkaneTan/Gramophone/issues/184 - commit: 9bc388f1954949c7473d66b1d61136a38d8ba4a7 + - versionName: 1.0.8 + versionCode: 10 + commit: 04a37ece89224e00ae064f82815f33fb83c5614c subdir: app gradle: - yes @@ -48,5 +47,5 @@ AllowedAPKSigningKeys: f451197ad7b80bd1bc981ba38a2c49d471856fb38bcc333676d6e8f8f AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.6 -CurrentVersionCode: 8 +CurrentVersion: 1.0.8 +CurrentVersionCode: 10 diff --git a/metadata/org.mbach.lemonde.yml b/metadata/org.mbach.lemonde.yml index 5484dba630..4871191348 100644 --- a/metadata/org.mbach.lemonde.yml +++ b/metadata/org.mbach.lemonde.yml @@ -376,39 +376,6 @@ Builds: - node_modules ndk: 26.1.10909125 - - versionName: 3.1.0 - versionCode: 33 - disable: https://github.com/MBach/LeMondeRssReader/issues/67 - commit: 06adcc9ea67199b9b4dbe19c392617f69140db8c - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 || true - - apt-get update - - apt-get install -y npm - - npm install -g yarn - gradle: - - yes - prebuild: - - cd ../.. - - yarn - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - scanignore: - - node_modules/jsc-android - - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-localize/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-masked-view/masked-view/android/build.gradle - scandelete: - - node_modules - ndk: 26.1.10909125 - - versionName: 3.2.0 versionCode: 34 commit: d614eb9e267dbc98ee4cbcd798313d8b03ce123f @@ -417,16 +384,22 @@ Builds: - sysctl fs.inotify.max_user_watches=524288 || true - apt-get update - apt-get install -y npm - - npm install -g yarn + - npm install -g corepack gradle: - yes prebuild: - cd ../.. + - corepack enable - yarn - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle scanignore: - node_modules/jsc-android - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle + - node_modules/@pchmn/expo-material3-theme/android/build.gradle + - node_modules/react-native-video/android/build.gradle + - node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle - node_modules/react-native-device-info/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native-webview/android/build.gradle @@ -439,8 +412,12 @@ Builds: - node_modules/@react-native-masked-view/masked-view/android/build.gradle scandelete: - node_modules + - .yarn ndk: 26.1.10909125 +MaintainerNotes: scanner might detect 'com/google/ads/interactivemedia/v3/api/AdEvent' + stubs from react-native-video + AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 3.2.0