diff --git a/metadata/us.materialio.app.yml b/metadata/us.materialio.app.yml index c2409ff0d3..6557a5b0dc 100644 --- a/metadata/us.materialio.app.yml +++ b/metadata/us.materialio.app.yml @@ -81,7 +81,25 @@ Builds: scandelete: - materialious/node_modules + - versionName: 1.6.1 + versionCode: 52 + commit: 3154d83b05489e580a0ed47a7484432b83dcde20 + subdir: materialious/android/app + sudo: + - apt-get update + - apt-get install -y npm golang-go make + gradle: + - yes + prebuild: + - sed -i -e '/gms/d' ../build.gradle + - cd ../.. + - npm install + - npm run build + - npx cap sync + scandelete: + - materialious/node_modules + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.5.9 -CurrentVersionCode: 50 +CurrentVersion: 1.6.1 +CurrentVersionCode: 52