Skip to content

Commit

Permalink
Increment to v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Jan 16, 2023
1 parent 7f05c3b commit d302f30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data/src/main/assets/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"versionCode": "2220",
"versionName": "3.10.1",
"fixed": [
"Crash when launching the app"
]
},
{
"versionCode": "2219",
"versionName": "3.10.0",
Expand Down
4 changes: 2 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d302f30

Please sign in to comment.