mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Newapp: com.bugsdev2.bookaccio
This commit is contained in:
parent
834d6dd2e1
commit
6573fe01c8
1 changed files with 48 additions and 0 deletions
48
metadata/com.bugsdev2.bookaccio.yml
Normal file
48
metadata/com.bugsdev2.bookaccio.yml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Search uses Google Books API
|
||||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Bugsdev2
|
||||
SourceCode: https://github.com/bugsdev2/bookaccio
|
||||
IssueTracker: https://github.com/bugsdev2/bookaccio/issues
|
||||
Changelog: https://github.com/bugsdev2/bookaccio/releases
|
||||
|
||||
AutoName: Bookaccio
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bugsdev2/bookaccio
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.5
|
||||
versionCode: 5
|
||||
commit: 0daf957fd73af5b2c1864181205e1aafb4ff78da
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-universal-release-unsigned.apk
|
||||
prebuild: sed -i -e '/def loadEnv/,/def env = loadEnv/d' build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
- node_modules/react-native-reanimated/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/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.0.5
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue