mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update com.unitstool
This commit is contained in:
parent
853693efac
commit
3fb63630a0
1 changed files with 24 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue