diff --git a/metadata/com.aerotoad.thud.yml b/metadata/com.aerotoad.thud.yml index 79f7345d93..285727259c 100644 --- a/metadata/com.aerotoad.thud.yml +++ b/metadata/com.aerotoad.thud.yml @@ -92,7 +92,25 @@ Builds: scandelete: - node_modules/ + - versionName: 1.3.1 + versionCode: 11 + commit: cbf69dc4a9d6558732e629aa5e84ea13e96e47ce + subdir: android/app/ + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + - apt-get install -y make npm + - npm install -g @ionic/cli + init: + - cd ../.. + - npm install --build-from-source + gradle: + - yes + prebuild: ionic cap sync + scandelete: + - node_modules/ + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.3.0 -CurrentVersionCode: 10 +CurrentVersion: 1.3.1 +CurrentVersionCode: 11