File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ android {
149149 applicationId " com.zulipmobile"
150150 minSdkVersion rootProject. ext. minSdkVersion
151151 targetSdkVersion rootProject. ext. targetSdkVersion
152- versionCode 176
153- versionName " 27.176 "
152+ versionCode 179
153+ versionName " 27.179 "
154154 }
155155 compileOptions {
156156 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ It doesn't include
3737## Unreleased
3838
3939
40+ ## 27.179 (2021-12-21)
41+
42+ This is a stable release in the v27.176 series, with cherry-picked
43+ changes atop v27.176.
44+
45+
4046### Highlights for users, vs. v27.176
4147
4248* Fix bug where unreads screen could lead to an empty list of messages
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >27.176 </string >
20+ <string >27.179 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleURLTypes </key >
You can’t perform that action at this time.
0 commit comments