mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Ladefuchs: remove expo-store-review
This commit is contained in:
parent
9a20babd75
commit
f6a27d859d
1 changed files with 7 additions and 2 deletions
|
|
@ -112,12 +112,16 @@ Builds:
|
||||||
commit: 4f8af7b64f729efb683691e9bcd4baf2624dbceb
|
commit: 4f8af7b64f729efb683691e9bcd4baf2624dbceb
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y npm
|
- apt-get install -y npm jq
|
||||||
output: android/app/build/outputs/apk/release/app-release.apk
|
output: android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
rm:
|
||||||
|
- components/storeReview/storeRating.tsx
|
||||||
prebuild:
|
prebuild:
|
||||||
|
- npm remove expo-store-review
|
||||||
- npm install --build-from-source
|
- npm install --build-from-source
|
||||||
- npm install lottie-react-native
|
- npm install lottie-react-native
|
||||||
- npm install @react-native-picker/picker --save
|
- npm install @react-native-picker/picker --save
|
||||||
|
- sed -i -e '/Rating/d' screens/settings.tsx
|
||||||
scanignore:
|
scanignore:
|
||||||
- node_modules/react-native-vector-icons/android/build.gradle
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||||
|
|
@ -135,6 +139,7 @@ Builds:
|
||||||
- npm run build
|
- npm run build
|
||||||
- npx expo prebuild --clean
|
- npx expo prebuild --clean
|
||||||
- cd android/app
|
- cd android/app
|
||||||
|
- sed -i -e '/signingConfig /d' build.gradle
|
||||||
- gradle assembleRelease
|
- gradle assembleRelease
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue