Skip to content

Commit bb52c9d

Browse files
author
mobile
committed
release: 1.15.0-comm.5(1150005)
1 parent 2001c99 commit bb52c9d

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 1150004
90+
versionCode 1150005
9191
versionName "1.15.0"
9292
manifestPlaceholders.applicationName = APPNAME
9393
buildConfigField "String", "BundleVersionOverride", "\"${APPOVERRIDE}\""
94-
buildConfigField "String", "BundleVersionType", "\"comm.4\""
94+
buildConfigField "String", "BundleVersionType", "\"comm.5\""
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-25 16:46:37",
4-
"notes": "chore: update caches\nfix(mails): COCO-4514, fix status bar android when select mode active\nrelease: 1.15.0-comm.3(1150003)",
5-
"version": "1.15.0-comm.4(1150004)"
3+
"last": "2025-08-26 11:40:48",
4+
"notes": "fix(mails) coco-4040, fix dynamic height recipient container calculation\nfix(mails): coco-4293j, fix loader not showing in viewPager\nrelease: 1.15.0-comm.4(1150004)",
5+
"version": "1.15.0-comm.5(1150005)"
66
}

cli/prepare-build.json

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

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>comm.4</string>
8+
<string>comm.5</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>1150004</string>
28+
<string>1150005</string>
2929
<key>LSApplicationQueriesSchemes</key>
3030
<array>
3131
<string>http</string>

0 commit comments

Comments
 (0)