Skip to content

Commit

Permalink
Increment to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Jan 16, 2023
1 parent 0ddc97c commit ee78fef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions data/src/main/assets/changelog.json
@@ -1,4 +1,19 @@
[
{
"versionCode": "2219",
"versionName": "3.10.0",
"added": [
"Support for Call Blocker (blocking manager)"
],
"improved": [
"Support for Scoped Storage"
],
"fixed": [
"Incorrect handling of shared text that contains a comma",
"Crash in billing flow",
"Crash when viewing VCard attachment with no name"
]
},
{
"versionCode": "2218",
"versionName": "3.9.4",
Expand Down
4 changes: 2 additions & 2 deletions presentation/build.gradle
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "com.moez.QKSMS"
minSdkVersion 23
targetSdkVersion 33
versionCode 2218
versionName "3.9.4"
versionCode 2219
versionName "3.10.0"
setProperty("archivesBaseName", "QKSMS-v${versionName}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit ee78fef

Please sign in to comment.