mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
57 lines
1.9 KiB
YAML
57 lines
1.9 KiB
YAML
Categories:
|
|
- Multimedia
|
|
- Music Practice Tool
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
AuthorName: Alexander Burdiss
|
|
AuthorEmail: aburdiss@icloud.com
|
|
AuthorWebSite: https://alexanderburdiss.com/
|
|
SourceCode: https://github.com/aburdiss/ScalePractice
|
|
IssueTracker: https://github.com/aburdiss/ScalePractice/issues
|
|
|
|
AutoName: Scale Practice
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/aburdiss/ScalePractice.git
|
|
|
|
Builds:
|
|
- versionName: 2.8.0
|
|
versionCode: 9
|
|
commit: 44dfd9d20fceb54684bc7747c7a5d984b3772bc7
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install npm
|
|
- npm install -g corepack
|
|
init:
|
|
- cd ../..
|
|
- corepack enable
|
|
- yarn
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
|
|
- sed -i -e '/installreferrer/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
|
|
scanignore:
|
|
- .yarn/install-state.gz
|
|
- .yarn/cache/*.zip
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- node_modules/react-native-vector-icons/android/build.gradle
|
|
- node_modules/react-native-linear-gradient/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
|
- node_modules/react-native-device-info/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/react-native-idle-timer/android/build.gradle
|
|
- node_modules/@react-native-picker/picker/android/build.gradle
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 2.8.0
|
|
CurrentVersionCode: 9
|