From 6281fae442a405a996cc456f365a990583540493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Wed, 19 Jun 2024 14:47:06 +0200 Subject: [PATCH] feat: Bump app version to 1.1.28 --- CHANGELOG.md | 4 ++-- android/app/build.gradle | 2 +- ios/CozyReactNative/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65edabc1..6cd130e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/android/app/build.gradle b/android/app/build.gradle index 13548bc56..59a191c12 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" diff --git a/ios/CozyReactNative/Info.plist b/ios/CozyReactNative/Info.plist index 0a98c9df7..ddebf9aed 100644 --- a/ios/CozyReactNative/Info.plist +++ b/ios/CozyReactNative/Info.plist @@ -85,7 +85,7 @@ CFBundleVersion - 0101280 + 0101282 FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED FirebaseDataCollectionDefaultEnabled