Skip to content

Commit

Permalink
feat: Bump app version to 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea authored and zatteo committed Aug 30, 2023
1 parent e60ff2d commit a28bfc1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# 1.1.14

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech


# 1.1.13

## ✨ Features


## 🐛 Bug Fixes

* Fix a bug that prevented Client Side Connectors to download files ([PR #902](https://github.com/cozy/cozy-react-native/pull/902))
* Fix a bug that prevented notifications to work on Android 13 ([PR #911](https://github.com/cozy/cozy-flagship-app/pull/911))
* Correctly hide lock screen when navigating to a default cozy-app ([PR #901](https://github.com/cozy/cozy-react-native/pull/901))
* Correctly check log level for Client Side Connectors to avoid crash ([PR #910](https://github.com/cozy/cozy-flagship-app/pull/910))

## 🔧 Tech

* Change Android's target SDK from `31` to `33` ([PR #904](https://github.com/cozy/cozy-react-native/pull/904))
* Improve foundations for photo and video backup ([PR #903](https://github.com/cozy/cozy-flagship-app/pull/903), [PR #905](https://github.com/cozy/cozy-flagship-app/pull/905), [PR #908](https://github.com/cozy/cozy-flagship-app/pull/908), [PR #913](https://github.com/cozy/cozy-flagship-app/pull/913), [PR #914](https://github.com/cozy/cozy-flagship-app/pull/914), [PR #915](https://github.com/cozy/cozy-flagship-app/pull/915))

# 1.1.12

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ android {
applicationId "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101122
versionName "1.1.12"
versionCode 101132
versionName "1.1.13"
multiDexEnabled true
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.12</string>
<string>1.1.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -84,7 +84,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101122</string>
<string>0101132</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.12",
"version": "1.1.13",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitycozy",
Expand Down

0 comments on commit a28bfc1

Please sign in to comment.