Skip to content

Commit

Permalink
feat: Bump app version to 1.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Dec 4, 2024
1 parent 9ab69a2 commit e6b0937
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
// if absent use `yarn brand:configure:cozy` to create it
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101316 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.31"
versionCode 101320 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.32"
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.31</string>
<string>1.1.32</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101316</string>
<string>0101320</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.31",
"version": "1.1.32",
"private": true,
"scripts": {
"android": "react-native run-android --mode=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit e6b0937

Please sign in to comment.