Skip to content

Commit

Permalink
Merge pull request #1443 from microsoft/release/3.2.3
Browse files Browse the repository at this point in the history
Android SDK release - Version 3.3.0 - July
  • Loading branch information
zhangcc01 authored Jul 21, 2020
2 parents 12d2b7b + ecbc098 commit bf2705d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# App Center SDK for Android Change Log

## Version 3.2.3 (Under development)
## Version 3.3.0

### App Center

* **[Fix]** Fix an `IncorrectContextUseViolation` warning when calculating screen size on Android 11.
* **[Fix]** All SQL commands used in SDK are presented as raw strings to avoid any possible static analyzer's SQL injection false alarms.
* **[Fix]** Fix Distribute can't get updates for Realme devices which use Realme UI.

### App Center Distribute Play

App Center Distribute Play is a package with stubbed APIs for Distribute module to avoid Google Play flagging the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/android) for more details about this change.

___

## Version 3.2.2
Expand All @@ -24,10 +28,6 @@ ___

* **[Fix]** Fix checking updates when application switches from background to foreground if the SDK was started after `onCreate` callback.

### App Center Distribute Play

App Center Distribute Play is a package with stubbed APIs for Distribute module to avoid Google Play flagging the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/android) for more details about this change.

___

## Version 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

ext {
versionCode = 58
versionName = '3.2.3'
versionName = '3.3.0'
minSdkVersion = 16
targetSdkVersion = 29
compileSdkVersion = 29
Expand Down

0 comments on commit bf2705d

Please sign in to comment.