Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 3, 2022
1 parent cbd150e commit 9cb5645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "org.billthefarmer.diary"
minSdkVersion 14
targetSdkVersion 28
versionName "1.82"
versionCode 182
versionName "1.83"
versionCode 183

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/183.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Update file readers
* New calendar for custom calendar

0 comments on commit 9cb5645

Please sign in to comment.