Skip to content

Commit

Permalink
v1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilesh-T committed Jan 18, 2020
1 parent 5242b7c commit cc97e3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "app.akilesh.qacc"
minSdkVersion(AndroidSdk.min)
targetSdkVersion(AndroidSdk.target)
versionCode = 8
versionName = "1.50"
versionCode = 9
versionName = "1.51"
vectorDrawables.useSupportLibrary = true
}
buildFeatures {
Expand Down
8 changes: 5 additions & 3 deletions app/update-changelog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"latestVersion": "1.50",
"latestVersion": "1.51",
"latestVersionCode": "9",
"url": "https://github.com/Akilesh-T/ACC/releases/latest",
"releaseNotes": [
"- Change 1",
"- Change 2"
"- In-app updates",
" * Get notified when there is a new update",
" * After your download is complete, click the notification to install",
"- Dark theme is now #000000"
]
}

0 comments on commit cc97e3a

Please sign in to comment.