Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee78fefe authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Increment to v3.10.0

parent 0ddc97c0
Loading
Loading
Loading
Loading
+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",
+2 −2
Original line number Diff line number Diff line
@@ -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"