Skip to content

Commit c1b9a01

Browse files
committed
release: 1.15.2-alpha.1(1150201)
1 parent 1c7226d commit c1b9a01

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 1150200
90+
versionCode 1150201
9191
versionName "1.15.2"
9292
manifestPlaceholders.applicationName = APPNAME
9393
buildConfigField "String", "BundleVersionOverride", "\"${APPOVERRIDE}\""
94-
buildConfigField "String", "BundleVersionType", "\"\""
94+
buildConfigField "String", "BundleVersionType", "\"alpha.1\""
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-09-05 12:59:34",
4-
"notes": "update(stack): yarn cache update\nSquashed commit of the following:\nchore(build): remove definitively conversation module and replace it by mails module\nchore(i18n): change Phrase sync branch\nfix(wayf): MONCOLLEGE-294, enable clear text trafic\nfix(wayf): MONCOLLEGE-294 + SUPPORT-3168, enable clear text trafic (http) for aix-marseille && versaille\nfeat(debug): ENABLING-387, add debug options to platform selection screen\nfeat(nabook): ENABLING-382, Manage nabook urls and open nabook module\nrelease: 1.15.1(1150100)\nchore(build): unnecessary patch removal\nrelease: 1.15.0-rc.3(1150008)",
5-
"version": "1.15.1-alpha.1(1150101)"
3+
"last": "2025-09-05 14:00:49",
4+
"notes": "release: 1.15.2(1150200)\nrelease: 1.15.1-alpha.1(1150101)",
5+
"version": "1.15.2-alpha.1(1150201)"
66
}

cli/prepare-build.json

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

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>dev/default</string>
77
<key>BundleVersionType</key>
8-
<string></string>
8+
<string>alpha.1</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>1150200</string>
28+
<string>1150201</string>
2929
<key>LSApplicationQueriesSchemes</key>
3030
<array>
3131
<string>http</string>

0 commit comments

Comments
 (0)