mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Bookaccio to 0.3.1 (301)
This commit is contained in:
parent
1e8e5efe9e
commit
f5ea942b14
1 changed files with 29 additions and 2 deletions
|
|
@ -123,7 +123,34 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 0.3.1
|
||||
versionCode: 301
|
||||
commit: 1b13651450030ef6b9bfb5786fd5ecccd01af9a8
|
||||
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.3.0
|
||||
CurrentVersionCode: 300
|
||||
CurrentVersion: 0.3.1
|
||||
CurrentVersionCode: 301
|
||||
|
|
|
|||
Loading…
Reference in a new issue