diff --git a/metadata/org.handmadeideas.floccus.yml b/metadata/org.handmadeideas.floccus.yml index 9e5b03d072..41eb818735 100644 --- a/metadata/org.handmadeideas.floccus.yml +++ b/metadata/org.handmadeideas.floccus.yml @@ -353,7 +353,30 @@ Builds: scandelete: - node_modules + - versionName: 5.0.7 + versionCode: 5000007 + commit: 86ae2f181860e815151c7338437b454557c2caed + subdir: android/app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + - curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz + - echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - npm install + - npx gulp + - cp dist/html/index.html dist/index.html + - npx cap sync + scandelete: + - node_modules + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 5.0.6 -CurrentVersionCode: 5000006 +CurrentVersion: 5.0.7 +CurrentVersionCode: 5000007