Skip to content

Commit

Permalink
feat: Bump app version to 1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Jan 25, 2024
1 parent 12e5cad commit e81e37a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# 1.1.24

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech


# 1.1.23

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech

* Migrate Flagship certification from Google SafetyNet to Google Play Integrity ([PR #1126](https://github.com/cozy/cozy-flagship-app/pull/1126) and [PR #1142](https://github.com/cozy/cozy-flagship-app/pull/1142))

# 1.1.22

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ android {
namespace = "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101220
versionName "1.1.22"
versionCode 101231
versionName "1.1.23"
multiDexEnabled true
resValue "string", "build_config_package", "io.cozy.flagship.mobile"
}
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.22</string>
<string>1.1.23</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101220</string>
<string>0101231</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.22",
"version": "1.1.23",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit e81e37a

Please sign in to comment.