Skip to content

Commit

Permalink
Increment to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Nov 6, 2015
1 parent 1ac00c0 commit 75048d7
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 115
versionName "2.2.3"
versionCode 116
versionName "2.2.4"
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.4</item>
<item>2.2.3</item>
<item>2.2.2</item>
<item>2.2.1</item>
Expand Down Expand Up @@ -167,6 +168,7 @@
</string-array>

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

<string-array name="changelog_changes">
<item>" • Crash fix"</item>
<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>
Expand Down

0 comments on commit 75048d7

Please sign in to comment.