Skip to content

Commit

Permalink
Upgrade to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ovenoboyo <[email protected]>
  • Loading branch information
Ovenoboyo committed May 28, 2019
1 parent 881d263 commit 4a4f830
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.sahil.gupte.HomeCalc"
minSdkVersion 23
targetSdkVersion 28
versionCode 10
versionName "2.1.0"
versionCode 11
versionName "2.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
}
Expand Down
8 changes: 4 additions & 4 deletions app/update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"latestVersion": "2.1.0",
"latestVersionCode": "10",
"latestVersion": "2.2.0",
"latestVersionCode": "11",
"url": "https://github.com/Ovenoboyo/HomeCalc/releases",
"releaseNotes": [
"- Bug fixes",
"- Add date picker for date changes"
"- Strengthen Date checks",
"- Implement QR Code Scanner"
]
}

0 comments on commit 4a4f830

Please sign in to comment.