Skip to content

Commit 6910e70

Browse files
committed
release: 1.14.2-peda.7(1140202)
1 parent 7456dc8 commit 6910e70

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", "\"peda.6\""
94+
buildConfigField "String", "BundleVersionType", "\"peda.7\""
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-08 23:27:02",
4-
"notes": "feat: PEDAGO-2891 implement open unknown media in browser\nfeat: PEDAGO-2891 implement open media form communities\nfix: typescript things\nfeat: PEDAGO-2891 implement app intent except workspace\nfeat: PEDAGO-2887, PEDAGO-2888, PEDAGO-2889, PEDAGO-2890 implement documents items\nchore: update communities client version\nchore(communities) : fix module-config\nMerge branch 'dev/peda' into feat/peda/communities\nMerge remote-tracking branch 'origin/dev/1.14.2' into dev/peda\nMerge branch 'dev/peda' into feat/peda/communities\nchore(framework) : PEDAGO-2773 adding accessibility improvements\nchore(communities): changes after review, will be interactively rebased\nfix(explorer): optional chaining for item date\nfeat(communities): PEDAGO-2989 folder card in explorer\nchore: remove refreshControl prop in PaginatedList\nchore: PEDAGO-2990 apps in theme + get color in communities\nchore: handle global application colors & icons in theme\nfix(android): Downgrade firebase analytics to fix android build error\nchore: yarn cache update\nMerge commit 'f4b8a8b229fad542c7ef29cc70f40891cc9f3c7b' into dev/peda\nfix(prod): SUPPORT-3033, add appli.ac-aix-marseille.fr domain configuration\nchore(i18n): Change Phrase Syncing branch\nupdate(stack): yarn cache update\nSquashed commit of the following:\nrelease: 1.14.2(1140200)\nupdate(stack): yarn cache update\nMerge branch 'feat/peda/communities' (with 1.14.1) into dev/peda\nMerge branch 'dev/1.14.1' into feat/peda/communities\nrelease: 1.14.1-rc.1(1140101)",
5-
"version": "1.14.2-peda.6(1140201)"
3+
"last": "2025-08-09 09:56:08",
4+
"notes": "release: 1.14.2-peda.6(1140201)",
5+
"version": "1.14.2-peda.7(1140202)"
66
}

cli/prepare-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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,
8-
"peda": 6,
8+
"peda": 7,
99
"poc": 0,
1010
"rc": 0,
1111
"rev": 2

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>peda.6</string>
8+
<string>peda.7</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>1140201</string>
28+
<string>1140202</string>
2929
<key>LSApplicationQueriesSchemes</key>
3030
<array>
3131
<string>http</string>

0 commit comments

Comments
 (0)