Skip to content

Commit c79017d

Browse files
committed
release: 1.14.2-rc.2(1140202)
1 parent 61d1b1c commit c79017d

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 1140201
90+
versionCode 1140202
9191
versionName "1.14.2"
9292
manifestPlaceholders.applicationName = APPNAME
9393
buildConfigField "String", "BundleVersionOverride", "\"${APPOVERRIDE}\""
94-
buildConfigField "String", "BundleVersionType", "\"rc.1\""
94+
buildConfigField "String", "BundleVersionType", "\"rc.2\""
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-04 17:10:06",
4-
"notes": "fix(android): Downgrade firebase analytics to fix android build error\nfix(prod): SUPPORT-3033, add appli.ac-aix-marseille.fr domain configuration\nchore(i18n): Change Phrase Syncing branch\nupdate(stack): yarn cache update\nrelease: 1.14.2(1140200)\nupdate(stack): yarn cache update\nrelease: 1.14.1-rc.1(1140101)",
5-
"version": "1.14.2-rc.1(1140201)"
3+
"last": "2025-08-05 08:47:11",
4+
"notes": "release: 1.14.2-rc.1(1140201)",
5+
"version": "1.14.2-rc.2(1140202)"
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": 1,
4+
"build": 2,
55
"comm": 0,
66
"major": 1,
77
"minor": 14,
88
"peda": 0,
99
"poc": 0,
10-
"rc": 1,
10+
"rc": 2,
1111
"rev": 2
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></string>
8+
<string>rc.2</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>1140200</string>
28+
<string>1140202</string>
2929
<key>LSApplicationQueriesSchemes</key>
3030
<array>
3131
<string>http</string>

0 commit comments

Comments
 (0)