mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Change Ladefuchs to react native build
This commit is contained in:
parent
54ad9b764d
commit
0c3618ef87
1 changed files with 39 additions and 11 deletions
|
|
@ -5,26 +5,22 @@ AntiFeatures:
|
|||
chargeprice.app bezieht.
|
||||
Ads:
|
||||
en-US: Some unobtrusive banners at the bottom, which are loaded from the own API
|
||||
server (no tracking etc.) to allow updating without the need of a new release.
|
||||
They are pointing towards other free apps of the team and merch that feeds the
|
||||
development.
|
||||
server. Some are from the data provider Chargeprice.
|
||||
de-DE: Einige dezente Banner unten auf dem Bildschirm, die vom eigenen API-Server
|
||||
geladen werden, so dass für eine Änderung kein neues Release nötig ist. Sie
|
||||
weisen auf andere Apps des Teams sowie Fankleidung hin, die die Entwicklung
|
||||
finanziert.
|
||||
geladen werden. Einige stammen vom Datenanbieter Chargeprice.
|
||||
Categories:
|
||||
- Money
|
||||
- Navigation
|
||||
License: Apache-2.0
|
||||
WebSite: https://ladefuchs.app/
|
||||
SourceCode: https://github.com/Team-Ladefuchs/ladefuchs-android
|
||||
IssueTracker: https://github.com/Team-Ladefuchs/ladefuchs-android/issues
|
||||
SourceCode: https://github.com/Team-Ladefuchs/ladefuchs-react-native
|
||||
IssueTracker: https://github.com/Team-Ladefuchs/ladefuchs-react-native/issues
|
||||
Donate: https://ladefuchs.app/unterstuetzen/
|
||||
|
||||
AutoName: Ladefuchs
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Team-Ladefuchs/ladefuchs-android.git
|
||||
Repo: https://github.com/Team-Ladefuchs/ladefuchs-react-native.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.6
|
||||
|
|
@ -49,7 +45,39 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.0.0
|
||||
versionCode: 265
|
||||
commit: aa83878254e0789c15821c06c39a946e3e6aea41
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
output: android/app/build/outputs/apk/release/app-release.apk
|
||||
prebuild:
|
||||
- npm install --build-from-source
|
||||
- npm install lottie-react-native
|
||||
- npm install @react-native-picker/picker --save
|
||||
scanignore:
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.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
|
||||
build:
|
||||
- npm run build
|
||||
- npx expo prebuild --clean
|
||||
- cd android/app
|
||||
- gradle assembleRelease
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.7
|
||||
CurrentVersionCode: 207
|
||||
UpdateCheckData: app.json|"versionCode":\s(\d+),|.|"version":\s"(.*)",
|
||||
CurrentVersion: 3.0.0
|
||||
CurrentVersionCode: 265
|
||||
|
|
|
|||
Loading…
Reference in a new issue