From 3a9ab80564838bbee4b43ead7fb1924111de0233 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 9 Dec 2023 17:06:43 +0000 Subject: [PATCH] Update floccus bookmark sync to 5.0.2 (5000002) --- metadata/org.handmadeideas.floccus.yml | 28 ++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/metadata/org.handmadeideas.floccus.yml b/metadata/org.handmadeideas.floccus.yml index 41be242627..e8c4d6afa3 100644 --- a/metadata/org.handmadeideas.floccus.yml +++ b/metadata/org.handmadeideas.floccus.yml @@ -238,7 +238,31 @@ Builds: scandelete: - node_modules + - versionName: 5.0.2 + versionCode: 5000002 + commit: f6575d2f04ea5954347d57d17a54bf825c3e3550 + subdir: android/app + sudo: + - apt-get update + - apt-get install -y build-essential + - curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.2/node-v14.18.2-linux-x64.tar.xz + - echo "dae683f911fe5af11f1dc9d7746d80fccdb1e7b4bef31a570f5daffadd897c42 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v14.18.2-linux-x64/. /usr/local/ + - npm install -g npm@7 + 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: 4.19.1 -CurrentVersionCode: 4019001 +CurrentVersion: 5.0.2 +CurrentVersionCode: 5000002