Skip to content

Commit

Permalink
fix: Increment build version
Browse files Browse the repository at this point in the history
This will trigger a new build fixing an issue
embedded in the 1.70.0 cozy-home
  • Loading branch information
acezard committed Jan 29, 2024
1 parent e81e37a commit 97c823a
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 @@ -143,7 +143,7 @@ android {
namespace = "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101231
versionCode 101232
versionName "1.1.23"
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>0101231</string>
<string>0101232</string>
<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
<true/>
<key>FirebaseDataCollectionDefaultEnabled</key>
Expand Down

0 comments on commit 97c823a

Please sign in to comment.