Skip to content

Commit

Permalink
New Version Release
Browse files Browse the repository at this point in the history
- Fixed crash due to lack of media metadata
- Added a button to vehicle mileage utility to autofill some data from the previous record when creating a new record
- Added ability to generate a report for vehicle mileage per month (custom usage only)
- Disabled Android Oreo autofill feature in utilities that should not have the feature present
- Added new PSI utility to view SG PM 2.5 and PSI data as well as see a history in a graphical format
- Some bug fixes and optimizations
  • Loading branch information
itachi1706 committed Feb 18, 2018
1 parent eefabdd commit d2d92e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.itachi1706.cheesecakeutilities"
minSdkVersion 16
targetSdkVersion 27
versionCode 557
versionName "4.1.3"
versionCode 596
versionName "4.2.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "tray__authority", "${applicationId}.tray"
Expand Down

0 comments on commit d2d92e5

Please sign in to comment.