mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-05-18 05:05:36 +02:00
mobile: prepare for v3.3.21 release
This commit is contained in:
@@ -140,7 +140,7 @@ android {
|
|||||||
if (project.hasProperty("prBuildNumber")) {
|
if (project.hasProperty("prBuildNumber")) {
|
||||||
versionCode Integer.parseInt(prBuildNumber())
|
versionCode Integer.parseInt(prBuildNumber())
|
||||||
} else {
|
} else {
|
||||||
versionCode 3100
|
versionCode 3102
|
||||||
}
|
}
|
||||||
versionName getNpmVersion()
|
versionName getNpmVersion()
|
||||||
testBuildType System.getProperty('testBuildType', 'debug')
|
testBuildType System.getProperty('testBuildType', 'debug')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Production iOS build identifiers
|
// Production iOS build identifiers
|
||||||
IOS_CURRENT_PROJECT_VERSION = 2180
|
IOS_CURRENT_PROJECT_VERSION = 2181
|
||||||
IOS_MARKETING_VERSION = 3.3.20
|
IOS_MARKETING_VERSION = 3.3.21
|
||||||
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
||||||
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
||||||
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Production iOS build identifiers
|
// Production iOS build identifiers
|
||||||
IOS_CURRENT_PROJECT_VERSION = 2180
|
IOS_CURRENT_PROJECT_VERSION = 2181
|
||||||
IOS_MARKETING_VERSION = 3.3.20
|
IOS_MARKETING_VERSION = 3.3.21
|
||||||
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
||||||
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
||||||
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Staging iOS build identifiers
|
// Staging iOS build identifiers
|
||||||
IOS_CURRENT_PROJECT_VERSION = 2180
|
IOS_CURRENT_PROJECT_VERSION = 2181
|
||||||
IOS_MARKETING_VERSION = 3.3.20
|
IOS_MARKETING_VERSION = 3.3.21
|
||||||
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
||||||
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
||||||
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/mobile",
|
"name": "@notesnook/mobile",
|
||||||
"version": "3.3.20",
|
"version": "3.3.21",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
3
fastlane/metadata/android/en-US/changelogs/15509.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/15509.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
- Bug fixes and improvements
|
||||||
|
|
||||||
|
Thank you for using Notesnook!
|
||||||
Reference in New Issue
Block a user