mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 14:43:56 +00:00
chore: bump version for mobile apps
This commit is contained in:
@@ -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
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user