We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a17e8 commit 56cea1eCopy full SHA for 56cea1e
ChangeLog.md
@@ -1,6 +1,9 @@
1
# Changelog
2
*NOTE:* may be removed in the future in favor of the fastlane changelog.
3
4
+## Version 2.6.0
5
+* Drop anko (deprecated) and the appodeal repo (not allowed on F-Droid)
6
+
7
## Version 2.5.0
8
* Remove unused READ_MEDIA_IMAGES permission.
9
* Fix build with latest Android SDKs
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
minSdkVersion 21
21
targetSdkVersion 36
22
23
- versionCode 20500
24
- versionName "2.5.0"
+ versionCode 20600
+ versionName "2.6.0"
25
26
buildConfigField "boolean", "customCerts", "true"
27
}
0 commit comments