Skip to content

Commit

Permalink
Merge pull request #1752 from ever-co/ci/mobile-devops
Browse files Browse the repository at this point in the history
update version code and bundle version
  • Loading branch information
evereq authored Nov 9, 2023
2 parents 0b2d3ce + d04cd4d commit e178f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {
applicationId 'ever.team'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6
versionCode 7
versionName "0.1.0"
}

Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/ios/GauzyTeams/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit e178f9d

Please sign in to comment.