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 25, 2024
1 parent fe34b73 commit 6281fae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@


## 🐛 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))
* 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))
* 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), [PR #1220](https://github.com/cozy/cozy-flagship-app/pull/1220))
* 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))

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ android {
namespace = "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101280 * 10000 // Legacy version number patch, needed for Play Store version increment
versionCode 101282 * 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"
Expand Down
2 changes: 1 addition & 1 deletion ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101280</string>
<string>0101282</string>
<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
<true/>
<key>FirebaseDataCollectionDefaultEnabled</key>
Expand Down

0 comments on commit 6281fae

Please sign in to comment.