Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Sep 12, 2022
1 parent 964e2cc commit 3096758
Show file tree
Hide file tree
Showing 2 changed files with 3 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.notes"
minSdkVersion 14
targetSdkVersion 28
versionName "1.27"
versionCode 127
versionName "1.28"
versionCode 128

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/128.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix android 13 toasts

0 comments on commit 3096758

Please sign in to comment.