Skip to content

Commit d302f30

Browse files
committedJan 16, 2023
Increment to v3.10.1
1 parent 7f05c3b commit d302f30

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎data/src/main/assets/changelog.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"versionCode": "2220",
4+
"versionName": "3.10.1",
5+
"fixed": [
6+
"Crash when launching the app"
7+
]
8+
},
29
{
310
"versionCode": "2219",
411
"versionName": "3.10.0",

‎presentation/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "com.moez.QKSMS"
3131
minSdkVersion 23
3232
targetSdkVersion 33
33-
versionCode 2219
34-
versionName "3.10.0"
33+
versionCode 2220
34+
versionName "3.10.1"
3535
setProperty("archivesBaseName", "QKSMS-v${versionName}")
3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737

0 commit comments

Comments
 (0)
Please sign in to comment.