Skip to content

Commit

Permalink
feat: Bump app version to 1.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Jun 24, 2024
1 parent b424a7f commit b6e044c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.28
# 1.1.29

## ✨ Features

Expand All @@ -8,6 +8,21 @@

## 🔧 Tech


# 1.1.28

## ✨ Features


## 🐛 Bug Fixes
* Mes Papiers could crash during a document scan due to low memory ([PR #1208](https://github.com/cozy/cozy-flagship-app/pull/1208), [PR #1219](https://github.com/cozy/cozy-flagship-app/pull/1219))
* Sharing files to the app was not working properly on Ma Bulle app on iOS ([PR #1213](https://github.com/cozy/cozy-flagship-app/pull/1213))

## 🔧 Tech
* Partial dark mode support. Not enabled generally for the moment. ([PR #1214](https://github.com/cozy/cozy-flagship-app/pull/1214), [PR #1215](https://github.com/cozy/cozy-flagship-app/pull/1215), [PR #1217](https://github.com/cozy/cozy-flagship-app/pull/1217))
* Give the list of instance's flags to the context sent to konnectors ([PR #1211](https://github.com/cozy/cozy-flagship-app/pull/1211))
* Move saved traceFiles into `Settings/Logs` directory to avoid user confusion about the file presence ([PR #1210](https://github.com/cozy/cozy-flagship-app/pull/1210))

# 1.1.27

## ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
namespace = "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101270 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.27"
versionCode 101281 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.28"
multiDexEnabled true
resValue "string", "build_config_package", "io.cozy.flagship.mobile"
missingDimensionStrategy "store", "play"
Expand Down
4 changes: 2 additions & 2 deletions ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.27</string>
<string>1.1.28</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101271</string>
<string>0101281</string>
<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
<true/>
<key>FirebaseDataCollectionDefaultEnabled</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-react-native",
"version": "1.1.27",
"version": "1.1.28",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit b6e044c

Please sign in to comment.