From ee78fefe3f89b1d8ca89cc593233e70025a41c4f Mon Sep 17 00:00:00 2001 From: Moez Bhatti Date: Sun, 15 Jan 2023 19:46:55 -0500 Subject: [PATCH] Increment to v3.10.0 --- data/src/main/assets/changelog.json | 15 +++++++++++++++ presentation/build.gradle | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/data/src/main/assets/changelog.json b/data/src/main/assets/changelog.json index c4d2e917e..5488a7a46 100644 --- a/data/src/main/assets/changelog.json +++ b/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", diff --git a/presentation/build.gradle b/presentation/build.gradle index 9c2c90f7c..fa2318098 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -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"