mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Scale Practice: 2.8.0
This commit is contained in:
parent
7dd8114aab
commit
c6f919df46
1 changed files with 56 additions and 0 deletions
56
metadata/com.scalepractice.yml
Normal file
56
metadata/com.scalepractice.yml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- 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
|
||||
Loading…
Reference in a new issue