Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed May 21, 2023
1 parent 38c6f49 commit 13e24cb
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 @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 14
targetSdkVersion 28
versionName "1.85"
versionCode 185
versionName "1.86"
versionCode 186

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/186.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add system theme
* Add open file shortcut

0 comments on commit 13e24cb

Please sign in to comment.