diff --git a/metadata/com.unitstool.yml b/metadata/com.unitstool.yml index c06d7adfe6..4fb80e0f4b 100644 --- a/metadata/com.unitstool.yml +++ b/metadata/com.unitstool.yml @@ -5,7 +5,6 @@ Categories: - Science & Education License: GPL-3.0-only AuthorName: Thibaut B. -WebSite: https://github.com/ThiBsc/UnitsTool SourceCode: https://github.com/ThiBsc/UnitsTool IssueTracker: https://github.com/ThiBsc/UnitsTool/issues Changelog: https://github.com/ThiBsc/UnitsTool/releases @@ -236,7 +235,29 @@ Builds: scandelete: - node_modules/ + - versionName: 1.0.11 + versionCode: 9010 + commit: 7f0d44cc44a53970bac97ae01569fa3c3014a726 + subdir: android/app + sudo: + - apt-get update + - apt-get install -y npm + init: npm install + gradle: + - yes + scanignore: + - node_modules/jsc-android + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - 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-snackbar/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + scandelete: + - node_modules/ + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.9 -CurrentVersionCode: 8 +CurrentVersion: 1.0.11 +CurrentVersionCode: 10