mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Podverse 3.1.11
This commit is contained in:
parent
446fab543b
commit
6dbcce888a
1 changed files with 43 additions and 2 deletions
|
|
@ -494,7 +494,48 @@ Builds:
|
||||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.1.11
|
||||||
|
versionCode: 15
|
||||||
|
commit: 3.1.11
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y -t stretch-backports npm
|
||||||
|
init:
|
||||||
|
- npm install
|
||||||
|
- npm install --save-dev jetifier
|
||||||
|
- npm run jetify
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- node_modules/@react-native-community/cli-platform-android/node_modules/jetifier/lib
|
||||||
|
- node_modules/bplist-parser
|
||||||
|
- node_modules/hermes-engine
|
||||||
|
- node_modules/jetifier/lib/*.jar
|
||||||
|
- node_modules/npm/node_modules/term-size/vendor
|
||||||
|
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||||
|
- node_modules/react-native/template
|
||||||
|
- functions
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/jsc-android
|
||||||
|
- node_modules/linkifyjs/dist/linkifyjs.zip
|
||||||
|
- node_modules/react-native/android
|
||||||
|
- node_modules/react-native-localize/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/react-native-secure-key-store/example/android/build.gradle
|
||||||
|
- node_modules/react-native-share/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
- node_modules/react-native-track-player/android/build.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/react-native-webview/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 3.1.10
|
CurrentVersion: 3.1.11
|
||||||
CurrentVersionCode: 14
|
CurrentVersionCode: 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue