Skip to content

Commit

Permalink
Upgrade to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ovenoboyo <[email protected]>
  • Loading branch information
Ovenoboyo committed May 27, 2019
1 parent 3c43a00 commit f7c8ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 8
versionName "2.0.0"
versionCode 9
versionName "2.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
}
Expand Down
6 changes: 3 additions & 3 deletions app/update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latestVersion": "2.0.0",
"latestVersionCode": "8",
"latestVersion": "2.0.1",
"latestVersionCode": "9",
"url": "https://github.com/Ovenoboyo/HomeCalc/releases",
"releaseNotes": [
"- Major improvements"
"- Fix collective view"
]
}

0 comments on commit f7c8ac5

Please sign in to comment.