Skip to content

Commit

Permalink
chore: Bump version for fdroid build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanderBB committed Aug 4, 2024
1 parent fc04319 commit 8f595ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Notice

* All accounts will be in logged out state after migration
to new storage format.

# Changed

* Removed background service and notification
* Polling is now preformed by WorkManager
* Account state is persisted to disk between OS reboots
* Update dependencies and deprecated APIs

# Fixes

* Startup crash when starting service from a worker
* Fix proxy screen not remembering values
* Https is not a valid proxy protocol

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 29
targetSdk 33
versionCode 32
versionName "0.16.0"
versionCode 33
versionName "0.16.1"

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

0 comments on commit 8f595ae

Please sign in to comment.