mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App: Language Dex
This commit is contained in:
parent
f9870dab5a
commit
7beb5d4a40
1 changed files with 52 additions and 0 deletions
52
metadata/dev.arthurcose.languagedex.yml
Normal file
52
metadata/dev.arthurcose.languagedex.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Arthur Cosentino
|
||||
AuthorEmail: arthurcose@gmail.com
|
||||
AuthorWebSite: https://arthurcose.dev
|
||||
SourceCode: https://github.com/arthurcose/language-dex
|
||||
IssueTracker: https://github.com/arthurcose/language-dex/issues
|
||||
Changelog: https://github.com/arthurcose/language-dex/releases
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/arthurcose/language-dex.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.29.2
|
||||
versionCode: 54
|
||||
commit: bc4780763be8bf7e99af8b3937ada3ff735d93f0
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-x64.tar.gz
|
||||
- echo "58a5ff5cc8f2200e458bea22e329d5c1994aa1b111d499ca46ec2411d58239ca node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
output: android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- yarn config set --home enableTelemetry 0
|
||||
- yarn cache clean
|
||||
- npm_config_build_from_source=true yarn --ignore-optional --force
|
||||
- yarn run licenses
|
||||
- yarn run prebuild-android
|
||||
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
||||
scanignore:
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
scandelete:
|
||||
- node_modules/
|
||||
build:
|
||||
- cd android
|
||||
- gradle assembleRelease
|
||||
ndk: r27b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app.json|"versionCode":\s(\d+)|.|"version":\s"([\d.]+)"
|
||||
CurrentVersion: 0.29.2
|
||||
CurrentVersionCode: 54
|
||||
Loading…
Reference in a new issue