Skip to content

Commit 56cea1e

Browse files
committed
Bump version and update changelog.
1 parent 54a17e8 commit 56cea1e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

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

4+
## Version 2.6.0
5+
* Drop anko (deprecated) and the appodeal repo (not allowed on F-Droid)
6+
47
## Version 2.5.0
58
* Remove unused READ_MEDIA_IMAGES permission.
69
* Fix build with latest Android SDKs

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 20500
24-
versionName "2.5.0"
23+
versionCode 20600
24+
versionName "2.6.0"
2525

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

0 commit comments

Comments
 (0)