Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
octoshrimpy committed Feb 26, 2024
1 parent f6dc60b commit 862fd26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion data/src/main/assets/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@

[
[ {
"versionCode": "2224",
"versionName": "4.0.7",
"removed": [
"Analytics trackers",
"android.INTERNET permission",
"Mentions of QKSMS user-side."
]
},
{
"versionCode": "2223",
"versionName": "4.0.6",
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 'dev.octoshrimpy.quik'
minSdkVersion 23
targetSdkVersion 33
versionCode 2223
versionName "4.0.6"
versionCode 2224
versionName "4.0.7"
setProperty("archivesBaseName", "QUIK-v${versionName}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 862fd26

Please sign in to comment.