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 Nov 12, 2024
1 parent 6988335 commit 093ae4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ android {
// if absent use `yarn brand:configure:cozy` to create it
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101315 * 10000 // Legacy version number patch, needed for Play Store version increment
versionCode 101316 * 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"
Expand Down
2 changes: 1 addition & 1 deletion ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101315</string>
<string>0101316</string>
<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
<true/>
<key>FirebaseDataCollectionDefaultEnabled</key>
Expand Down

0 comments on commit 093ae4a

Please sign in to comment.