Skip to content

Commit

Permalink
Upgrade to 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ovenoboyo <ovenoboyo@gmail.com>
  • Loading branch information
Ovenoboyo committed Jun 19, 2019
1 parent e18ad20 commit d226eb3
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 @@ -24,8 +24,8 @@ android {
applicationId "com.sahil.gupte.HomeCalc"
minSdkVersion 23
targetSdkVersion 28
versionCode 13
versionName "2.4.0"
versionCode 14
versionName "3.0.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.4.0",
"latestVersionCode": "13",
"latestVersion": "3.0.0",
"latestVersionCode": "14",
"url": "https://github.com/Ovenoboyo/HomeCalc/releases",
"releaseNotes": [
"- Fixed Date sorting",
"- New Logo"
"- Add multiple currencies",
"- Sort by month"
]
}

0 comments on commit d226eb3

Please sign in to comment.