Skip to content

Commit

Permalink
Increment to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Nov 6, 2015
1 parent d894942 commit 7725397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QKSMS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
buildToolsVersion '23.0.0'

defaultConfig {
versionCode 114
versionName "2.2.2"
versionCode 115
versionName "2.2.3"
minSdkVersion 15
targetSdkVersion 22
}
Expand Down
3 changes: 3 additions & 0 deletions QKSMS/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
</string-array>

<string-array name="changelog_versions">
<item>2.2.3</item>
<item>2.2.2</item>
<item>2.2.1</item>
<item>2.2.0</item>
Expand Down Expand Up @@ -166,6 +167,7 @@
</string-array>

<string-array name="changelog_dates">
<item>November 5, 2015</item>
<item>November 2, 2015</item>
<item>October 25, 2015</item>
<item>October 21, 2015</item>
Expand Down Expand Up @@ -278,6 +280,7 @@
</string-array>

<string-array name="changelog_changes">
<item>" • Fixed battery drain\n • Crash fixes"</item>
<item>" • Fixed wake lock\n • Improved multi-selection for conversations\n • Crash fixes\n • Added widget preview\n • Added screen to show when you have no messages\n • Minor performance improvements\n • Rating bar improvements"</item>
<item>" • Fixed major crashing issue for phones running a version of Android older than 4.4\n • Fixed notification ticker"</item>
<item>" • Phone number blacklist\n • Performance improvements\n • Widget sizing improvements\n • Match contact names when a phone number is displayed in your messages\n • Fixed wake lock\n • Option to mark messages read when notification swiped away\n • Fixed night mode issues\n • QK Reply improvements and bug fixes\n • Updated translations"</item>
Expand Down

0 comments on commit 7725397

Please sign in to comment.