diff --git a/data/src/main/assets/changelog.json b/data/src/main/assets/changelog.json index 5488a7a46..8485028b1 100644 --- a/data/src/main/assets/changelog.json +++ b/data/src/main/assets/changelog.json @@ -1,4 +1,11 @@ [ + { + "versionCode": "2220", + "versionName": "3.10.1", + "fixed": [ + "Crash when launching the app" + ] + }, { "versionCode": "2219", "versionName": "3.10.0", diff --git a/presentation/build.gradle b/presentation/build.gradle index fa2318098..ea25a379b 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -30,8 +30,8 @@ android { applicationId "com.moez.QKSMS" minSdkVersion 23 targetSdkVersion 33 - versionCode 2219 - versionName "3.10.0" + versionCode 2220 + versionName "3.10.1" setProperty("archivesBaseName", "QKSMS-v${versionName}") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"