chore: bump version for mobile apps

This commit is contained in:
Tienson Qin
2026-01-01 22:38:05 +08:00
parent 324d028966
commit d4f4ad8f7d
3 changed files with 861 additions and 861 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.logseq.app" applicationId "com.logseq.app"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 87 versionCode 88
versionName "0.11.0" versionName "2.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@ module.exports = {
packagerConfig: { packagerConfig: {
name: 'Logseq', name: 'Logseq',
icon: './icons/logseq_big_sur.icns', icon: './icons/logseq_big_sur.icns',
buildVersion: "87", buildVersion: "88",
appBundleId: "com.logseq.logseq", appBundleId: "com.logseq.logseq",
protocols: [ protocols: [
{ {