Skip to content

Commit

Permalink
Upgrade to 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ovenoboyo <[email protected]>
  • Loading branch information
Ovenoboyo committed Jun 11, 2019
1 parent 1f1cae5 commit 0c797e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 12
versionName "2.3.0"
versionCode 13
versionName "2.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
}
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation 'com.firebaseui:firebase-ui-auth:4.3.1'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'androidx.preference:preference:1.1.0-alpha05'
implementation 'androidx.preference:preference:1.1.0-beta01'
implementation 'com.google.android.gms:play-services-vision:17.0.2'
}

Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":11,"versionName":"2.2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":13,"versionName":"2.4.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
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.3.0",
"latestVersionCode": "12",
"latestVersion": "2.4.0",
"latestVersionCode": "13",
"url": "https://github.com/Ovenoboyo/HomeCalc/releases",
"releaseNotes": [
"- Fix crashes",
"- Allow changing category while editing"
"- Fixed Date sorting",
"- New Logo"
]
}

0 comments on commit 0c797e8

Please sign in to comment.