Compare commits

...

1 Commits

Author SHA1 Message Date
Ammar Ahmed
e1892beed8 mobile: update version codes 2026-06-13 10:40:00 +05:00
5 changed files with 8 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ android {
if (project.hasProperty("prBuildNumber")) {
versionCode Integer.parseInt(prBuildNumber())
} else {
versionCode 3107
versionCode 3108
}
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')

View File

@@ -1839,7 +1839,7 @@ export const settingsGroups: SettingSection[] = [
console.error(e);
}
},
description: Platform.OS === "ios" ? "3.3.27" : getVersion()
description: Platform.OS === "ios" ? "3.4.0-beta.1" : getVersion()
}
]
}

View File

@@ -1,6 +1,6 @@
// Production iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2185
IOS_MARKETING_VERSION = 3.4.0
IOS_CURRENT_PROJECT_VERSION = 2186
IOS_MARKETING_VERSION = 3.4.3
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
// Production iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2185
IOS_MARKETING_VERSION = 3.4.0
IOS_CURRENT_PROJECT_VERSION = 2186
IOS_MARKETING_VERSION = 3.4.3
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
// Staging iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2185
IOS_MARKETING_VERSION = 3.4.0
IOS_CURRENT_PROJECT_VERSION = 2186
IOS_MARKETING_VERSION = 3.4.3
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share