Skip to content

Commit 3e9c0c7

Browse files
committed
Bump version and update changelog.
1 parent 82ebb16 commit 3e9c0c7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
*NOTE:* may be removed in the future in favor of the fastlane changelog.
33

4+
## Version 2.5.0
5+
* Remove unused READ_MEDIA_IMAGES permission.
6+
* Fix build with latest Android SDKs
7+
* Bump target SDK
8+
49
## Version 2.4.4
510
* Fix error when importing from file in Android 13+
611

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
minSdkVersion 21
2121
targetSdkVersion 36
2222

23-
versionCode 20404
24-
versionName "2.4.4"
23+
versionCode 20500
24+
versionName "2.5.0"
2525

2626
buildConfigField "boolean", "customCerts", "true"
2727
}

0 commit comments

Comments
 (0)