Skip to content

Commit

Permalink
version: Bump version to 27.210.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Aug 29, 2023
1 parent c701e7d commit 8133bf2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 209
versionName "27.209"
versionCode 210
versionName "27.210"
}
signingConfigs {
// The RN v0.60 template app suggests configuring a debug
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ It doesn't include

## Unreleased


## 27.210 (2023-08-29)

This is an Android-only release.

### Highlights for users

* (Android) In this release, we adjust some build configuration as required
by Google Play. (We set targetSdkVersion to 33, a.k.a. Android 13.) (#5453)


### Highlights for developers

* Bumped `targetSdkVersion` to 33, aka Android 13. (#5453)
Expand Down
2 changes: 1 addition & 1 deletion ios/ZulipMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>27.209</string>
<string>27.210</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 8133bf2

Please sign in to comment.