diff --git a/metadata/dev.mateusznowak.demodulate.yml b/metadata/dev.mateusznowak.demodulate.yml new file mode 100644 index 0000000000..ec9d169a6c --- /dev/null +++ b/metadata/dev.mateusznowak.demodulate.yml @@ -0,0 +1,146 @@ +AntiFeatures: + TetheredNet: + en-US: Relies on radio-browser.info service +Categories: + - Internet + - Multimedia +License: GPL-3.0-only +AuthorName: Mateusz Nowak +SourceCode: https://gitlab.com/mateusznowakdev/demodulate +IssueTracker: https://gitlab.com/mateusznowakdev/demodulate/issues + +AutoName: Demodulate + +RepoType: git +Repo: https://gitlab.com/mateusznowakdev/demodulate.git + +Builds: + - versionName: 1.0.0 + versionCode: 100001 + commit: f1681ea9a7bdf48024006156744ef1dbe5a0f465 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - curl -Lo node.tar.gz https://nodejs.org/download/release/v22.18.0/node-v22.18.0-linux-x64.tar.gz + - echo "a2e703725d8683be86bb5da967bf8272f4518bdaf10f21389e2b2c9eaeae8c8a node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - rm node.tar.gz + init: + - cd ../.. + - npm install --build-from-source + - npm run update-license-data + gradle: + - yes + scanignore: + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native/sdks/hermesc + - node_modules/react-native-device-country/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + scandelete: + - node_modules + gradleprops: + - targetAbi=armeabi-v7a + + - versionName: 1.0.0 + versionCode: 100002 + commit: f1681ea9a7bdf48024006156744ef1dbe5a0f465 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - curl -Lo node.tar.gz https://nodejs.org/download/release/v22.18.0/node-v22.18.0-linux-x64.tar.gz + - echo "a2e703725d8683be86bb5da967bf8272f4518bdaf10f21389e2b2c9eaeae8c8a node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - rm node.tar.gz + init: + - cd ../.. + - npm install --build-from-source + - npm run update-license-data + gradle: + - yes + scanignore: + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native/sdks/hermesc + - node_modules/react-native-device-country/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + scandelete: + - node_modules + gradleprops: + - targetAbi=x86 + + - versionName: 1.0.0 + versionCode: 100003 + commit: f1681ea9a7bdf48024006156744ef1dbe5a0f465 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - curl -Lo node.tar.gz https://nodejs.org/download/release/v22.18.0/node-v22.18.0-linux-x64.tar.gz + - echo "a2e703725d8683be86bb5da967bf8272f4518bdaf10f21389e2b2c9eaeae8c8a node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - rm node.tar.gz + init: + - cd ../.. + - npm install --build-from-source + - npm run update-license-data + gradle: + - yes + scanignore: + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native/sdks/hermesc + - node_modules/react-native-device-country/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + scandelete: + - node_modules + gradleprops: + - targetAbi=x86_64 + + - versionName: 1.0.0 + versionCode: 100004 + commit: f1681ea9a7bdf48024006156744ef1dbe5a0f465 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - curl -Lo node.tar.gz https://nodejs.org/download/release/v22.18.0/node-v22.18.0-linux-x64.tar.gz + - echo "a2e703725d8683be86bb5da967bf8272f4518bdaf10f21389e2b2c9eaeae8c8a node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - rm node.tar.gz + init: + - cd ../.. + - npm install --build-from-source + - npm run update-license-data + gradle: + - yes + scanignore: + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native/sdks/hermesc + - node_modules/react-native-device-country/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + scandelete: + - node_modules + gradleprops: + - targetAbi=arm64-v8a + +AutoUpdateMode: Version +UpdateCheckMode: Tags +VercodeOperation: + - '%c + 1' + - '%c + 2' + - '%c + 3' + - '%c + 4' +CurrentVersion: 1.0.0 +CurrentVersionCode: 100004