Skip to content

Commit

Permalink
chore: Prepare for v0.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander Beernaert committed Dec 17, 2024
1 parent 2404f83 commit 62e5aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changed

* Remember UI state when switching between landscape and veritcal views (Thanks @pangratt12345)
* Add more poll intervals (Thanks @pangratt12345)
* Improve poll interval drop down menu (Thanks @pangratt12345)
* Check email and password input before sending request to server (Thanks @pangratt12345)
4 changes: 2 additions & 2 deletions you-have-mail-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "dev.lbeernaert.youhavemail"
minSdk 26
targetSdk 33
versionCode 37
versionName "0.17.0"
versionCode 38
versionName "0.18.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 62e5aee

Please sign in to comment.