Skip to content

Commit

Permalink
Increment to 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Jun 17, 2019
1 parent 3a0bd2f commit 363337a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.moez.QKSMS"
minSdkVersion 21
targetSdkVersion 28
versionCode 194
versionName "3.6.4"
versionCode 195
versionName "3.6.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""
Expand Down
2 changes: 1 addition & 1 deletion presentation/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<item>- Better support for sharing text from other apps</item>
<item>- Should I Answer integration will respect numbers that you have manually blocked</item>
<item>- Status bar for dark theme will match toolbar</item>
<item>- Make sure to ask to be default SMS app before attempting to perform actions that require it</item>
<item>- QKSMS will ask to be default SMS app instead if trying to perform actions that it doesn\'t have permission to do</item>
<item>- Features on QKSMS+ page will now link to their respective parts of the app</item>
<item>- Long list of names for group chat will be shortened</item>
<item></item>
Expand Down

0 comments on commit 363337a

Please sign in to comment.