diff --git a/metadata/com.bugsdev2.bookaccio.yml b/metadata/com.bugsdev2.bookaccio.yml index cdf11fa666..cce694ba8c 100644 --- a/metadata/com.bugsdev2.bookaccio.yml +++ b/metadata/com.bugsdev2.bookaccio.yml @@ -42,7 +42,34 @@ Builds: scandelete: - node_modules/ + - versionName: 0.0.7 + versionCode: 7 + commit: dfbcdcd1f413939b34bd606ee24dbd7069c5788f + 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.0.6 -CurrentVersionCode: 6 +CurrentVersion: 0.0.7 +CurrentVersionCode: 7