Skip to content

Commit

Permalink
Bump versions (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Dec 6, 2023
1 parent e662738 commit 94e17ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# App Center SDK for Android Change Log

## Version 5.0.3 (In development)
## Version 5.0.4

### App Center Distribute

* **[Fix]** Add RECEIVER_EXPORTED flag for install receiver.
* **[Fix]** Add FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT flag for broadcast pending intent.

## Version 5.0.3

### AppCenter

* **[Internal]** Add `dataResidencyRegion` option.


## Version 5.0.2

### AppCenter
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e17ea

Please sign in to comment.