mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update jp.nonbili.nora to 0.2.1 (1304)
This commit is contained in:
parent
6c437b1339
commit
a3a3e1487a
1 changed files with 68 additions and 2 deletions
|
|
@ -345,10 +345,76 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 0.2.1
|
||||||
|
versionCode: 1303
|
||||||
|
commit: 5de3aafbed908b9eabbf46091664601a5358b941
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t trixie npm
|
||||||
|
- npm -g install yarn
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: build/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
|
||||||
|
package.json
|
||||||
|
- yarn
|
||||||
|
- yarn bundle:es
|
||||||
|
- yarn expo prebuild -p android --clean
|
||||||
|
scanignore:
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.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-edge-to-edge/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 0.2.1
|
||||||
|
versionCode: 1304
|
||||||
|
commit: 5de3aafbed908b9eabbf46091664601a5358b941
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t trixie npm
|
||||||
|
- npm -g install yarn
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
|
||||||
|
package.json
|
||||||
|
- yarn
|
||||||
|
- yarn bundle:es
|
||||||
|
- yarn expo prebuild -p android --clean
|
||||||
|
scanignore:
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.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-edge-to-edge/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- 100 * %c + 3
|
- 100 * %c + 3
|
||||||
- 100 * %c + 4
|
- 100 * %c + 4
|
||||||
CurrentVersion: 0.2.0
|
CurrentVersion: 0.2.1
|
||||||
CurrentVersionCode: 1204
|
CurrentVersionCode: 1304
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue