Skip to content

Commit

Permalink
feat: Bump app version to 1.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Jun 3, 2024
1 parent d3795e8 commit d19b059
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# 1.1.28

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech

# 1.1.27

## ✨ Features

* Use FR as default locale backup in GL version ([PR #1206](https://github.com/cozy/cozy-flagship-app/pull/1206))

## 🐛 Bug Fixes

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 101260 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.26"
versionCode 101270 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.27"
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.26</string>
<string>1.1.27</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101261</string>
<string>0101271</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.26",
"version": "1.1.27",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit d19b059

Please sign in to comment.