Skip to content

Commit

Permalink
Upgrade to 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ovenoboyo <[email protected]>
  • Loading branch information
Ovenoboyo committed May 29, 2019
1 parent a43e179 commit 250a0ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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 11
versionName "2.2.0"
versionCode 12
versionName "2.3.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.2.0",
"latestVersionCode": "11",
"latestVersion": "2.3.0",
"latestVersionCode": "12",
"url": "https://github.com/Ovenoboyo/HomeCalc/releases",
"releaseNotes": [
"- Strengthen Date checks",
"- Implement QR Code Scanner"
"- Fix crashes",
"- Allow changing category while editing"
]
}

0 comments on commit 250a0ae

Please sign in to comment.