Skip to content

Commit

Permalink
chore: prepare release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Jun 28, 2024
1 parent 98c420e commit db99983
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

## Version 2.2.7

_2024-06-28_

- Feature: enable predictive back animations
- Fix: restored the ability to connect to FOSDEM servers on Android < 7.1 by including a root certificate
- Fix: proper detection of granting the schedule alarms permission on Android 14+
- Fix: search menu item always showing in the overflow menu instead of the main toolbar when possible
- Fix: blinking menu items when swapping between event details.
- Upgrade libraries, Kotlin, Gradle plugin and build tools to their latest versions.

## Version 2.2.6

_2024-02-02_
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "be.digitalia.fosdem"
minSdk = 21
targetSdk = 34
versionCode = 2100226
versionName = "2.2.6"
versionCode = 2100227
versionName = "2.2.7"
// Supported languages
resourceConfigurations += "en"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-core = "1.13.1"
androidx-datastore = "1.1.1"
androidx-drawerlayout = "1.2.0"
androidx-fragment = "1.8.1"
androidx-lifecycle = "2.8.3"
androidx-lifecycle = "2.8.2"
androidx-paging = "3.3.0"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
Expand Down

0 comments on commit db99983

Please sign in to comment.