We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e662738 commit 94e17eaCopy full SHA for 94e17ea
CHANGELOG.md
@@ -1,12 +1,19 @@
1
# App Center SDK for Android Change Log
2
3
-## Version 5.0.3 (In development)
+## Version 5.0.4
4
5
### App Center Distribute
6
7
* **[Fix]** Add RECEIVER_EXPORTED flag for install receiver.
8
* **[Fix]** Add FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT flag for broadcast pending intent.
9
10
+## Version 5.0.3
11
+
12
+### AppCenter
13
14
+* **[Internal]** Add `dataResidencyRegion` option.
15
16
17
## Version 5.0.2
18
19
### AppCenter
versions.gradle
@@ -6,8 +6,8 @@
// Version constants
ext {
- versionCode = 72
- versionName = '5.0.3'
+ versionCode = 73
+ versionName = '5.0.4'
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
0 commit comments