Skip to content

Commit 7face7e

Browse files
committed
Release 2.5.0 (74)
1 parent b24c2eb commit 7face7e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.5.0] - 12-07-2025
9+
10+
### Changed
11+
12+
- Updated libraries
13+
14+
815
## [2.4.10] - 11-11-2023
916

1017
### Fixed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
minSdkVersion 21
1818
targetSdkVersion 36
1919

20-
versionCode 73
21-
versionName "2.4.10"
20+
versionCode 74
21+
versionName "2.5.0"
2222
}
2323

2424
if (isCi) {
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
### Fixed
2-
- Fixed load error due to API change
3-
41
### Changed
52
- Updated libraries

0 commit comments

Comments
 (0)