Skip to content

Commit e76fabf

Browse files
author
mobile
committed
release: 1.15.0-rc.3(1150008)
1 parent b274b0c commit e76fabf

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ android {
8787
applicationId APPID
8888
minSdkVersion rootProject.ext.minSdkVersion
8989
targetSdkVersion rootProject.ext.targetSdkVersion
90-
versionCode 1150007
90+
versionCode 1150008
9191
versionName "1.15.0"
9292
manifestPlaceholders.applicationName = APPNAME
9393
buildConfigField "String", "BundleVersionOverride", "\"${APPOVERRIDE}\""
94-
buildConfigField "String", "BundleVersionType", "\"rc.2\""
94+
buildConfigField "String", "BundleVersionType", "\"rc.3\""
9595
resValue "string", "app_name", "${APPNAME}"
9696
ndk {
9797
debugSymbolLevel 'FULL'

cli/last-build.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"WARNING": "¡¡¡ USED AND UPDATED BY prepare-build.js - DO NOT EDIT MANUALLY !!!",
3-
"last": "2025-08-27 15:19:15",
4-
"notes": "chore: remove unless line\nfix(editor): fix editor ref in rich editor form\nchore(mails): remove last conversation i18n\nchore: increase java heap size\nrelease: 1.15.0-rc.1(1150006)",
5-
"version": "1.15.0-rc.2(1150007)"
3+
"last": "2025-08-28 12:12:12",
4+
"notes": "Updated translations from Phrase (#213)\nrelease: 1.15.0-rc.2(1150007)",
5+
"version": "1.15.0-rc.3(1150008)"
66
}

cli/prepare-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"WARNING": "¡¡¡ USED AND UPDATED BY prepare-build.js - DO NOT EDIT MANUALLY !!!",
33
"alpha": 0,
4-
"build": 7,
4+
"build": 8,
55
"comm": 5,
66
"major": 1,
77
"minor": 15,
88
"peda": 0,
99
"poc": 0,
10-
"rc": 2,
10+
"rc": 3,
1111
"rev": 0
1212
}

ios/appe/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>BundleVersionOverride</key>
66
<string>empty</string>
77
<key>BundleVersionType</key>
8-
<string>rc.2</string>
8+
<string>rc.3</string>
99
<key>CFBundleDevelopmentRegion</key>
1010
<string>fr_FR</string>
1111
<key>CFBundleDisplayName</key>
@@ -25,7 +25,7 @@
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>1150007</string>
28+
<string>1150008</string>
2929
<key>LSApplicationQueriesSchemes</key>
3030
<array>
3131
<string>http</string>

0 commit comments

Comments
 (0)