Skip to content

Commit

Permalink
feat: Bump app version to 1.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Sep 25, 2024
1 parent 049ea08 commit be300ce
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# 1.1.32

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech


# 1.1.31

## ✨ Features

* Added Offline support for cozy-home and mespapiers ([PR #1239](https://github.com/cozy/cozy-flagship-app/pull/1239))

## 🐛 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 @@ -99,8 +99,8 @@ android {
// if absent use `yarn brand:configure:cozy` to create it
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101300 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.30"
versionCode 101311 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.31"
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.30</string>
<string>1.1.31</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101300</string>
<string>0101311</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.30",
"version": "1.1.31",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit be300ce

Please sign in to comment.