We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05c3b commit d302f30Copy full SHA for d302f30
data/src/main/assets/changelog.json
@@ -1,4 +1,11 @@
1
[
2
+ {
3
+ "versionCode": "2220",
4
+ "versionName": "3.10.1",
5
+ "fixed": [
6
+ "Crash when launching the app"
7
+ ]
8
+ },
9
{
10
"versionCode": "2219",
11
"versionName": "3.10.0",
presentation/build.gradle
@@ -30,8 +30,8 @@ android {
30
applicationId "com.moez.QKSMS"
31
minSdkVersion 23
32
targetSdkVersion 33
33
- versionCode 2219
34
- versionName "3.10.0"
+ versionCode 2220
+ versionName "3.10.1"
35
setProperty("archivesBaseName", "QKSMS-v${versionName}")
36
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
37
0 commit comments