From 65ebae079d6e24ddb7c1189799357f7fe2020b2c Mon Sep 17 00:00:00 2001 From: linsui Date: Tue, 11 Jun 2024 15:39:18 +0800 Subject: [PATCH] logseq: only update to stable version --- metadata/com.logseq.app.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/metadata/com.logseq.app.yml b/metadata/com.logseq.app.yml index 3f41475c5a..70e3aaac64 100644 --- a/metadata/com.logseq.app.yml +++ b/metadata/com.logseq.app.yml @@ -303,6 +303,7 @@ Builds: - versionName: 0.10.10 versionCode: 84 + disable: nightly version commit: d8c6ca264bdf9a6a0f03c46dbf3509210367624a subdir: android/app sudo: @@ -377,6 +378,6 @@ MaintainerNotes: The commit of rsapi need to be updated manually. First, find th then check the update time of the libs in https://github.com/logseq/capacitor-file-sync/tree/master/android/src/main/jniLibs. AutoUpdateMode: Version -UpdateCheckMode: Tags -CurrentVersion: 0.10.10 -CurrentVersionCode: 84 +UpdateCheckMode: Tags ^[\d.]+$ +CurrentVersion: 0.10.9 +CurrentVersionCode: 83