Loading data/src/main/assets/changelog.json +15 −0 Original line number Diff line number Diff line [ { "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", Loading presentation/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
data/src/main/assets/changelog.json +15 −0 Original line number Diff line number Diff line [ { "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", Loading
presentation/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading