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 82ebb16 commit 3e9c0c7Copy full SHA for 3e9c0c7
ChangeLog.md
@@ -1,6 +1,11 @@
1
# Changelog
2
*NOTE:* may be removed in the future in favor of the fastlane changelog.
3
4
+## Version 2.5.0
5
+* Remove unused READ_MEDIA_IMAGES permission.
6
+* Fix build with latest Android SDKs
7
+* Bump target SDK
8
+
9
## Version 2.4.4
10
* Fix error when importing from file in Android 13+
11
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
minSdkVersion 21
21
targetSdkVersion 36
22
23
- versionCode 20404
24
- versionName "2.4.4"
+ versionCode 20500
+ versionName "2.5.0"
25
26
buildConfigField "boolean", "customCerts", "true"
27
}
0 commit comments