Skip to content

Commit 37a2b97

Browse files
committed
Release 2.4.9 (72)
1 parent 334f826 commit 37a2b97

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.9] - 06-06-2023
9+
10+
### Changed
11+
12+
- Updated libraries
13+
14+
815
## [2.4.8] - 14-01-2023
916

1017
### Fixed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.gianlu.timeless"
1414
minSdkVersion 21
1515
targetSdkVersion 33
16-
versionCode 71
17-
versionName "2.4.8"
16+
versionCode 72
17+
versionName "2.4.9"
1818
}
1919

2020
if (isCi) {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### Fixed
2-
- Crash on some devices with widgets enabled
1+
### Changed
2+
- Updated libraries

0 commit comments

Comments
 (0)