Skip to content

Commit

Permalink
Merge pull request #1426 from microsoft/start/3.2.3
Browse files Browse the repository at this point in the history
Start new version 3.2.3
  • Loading branch information
MatkovIvan committed Jun 18, 2020
2 parents c08f58d + 2a37d41 commit 864aa52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# App Center SDK for Android Change Log

## Version 3.2.3 (Under development)

___

## Version 3.2.2

### App Center
Expand Down
2 changes: 1 addition & 1 deletion apps/sasquatch/build.gradle
Expand Up @@ -71,7 +71,7 @@ dependencies {
projectDependencyImplementation project(':sdk:appcenter-distribute')
projectDependencyImplementation project(':sdk:appcenter-push')

def appCenterSdkVersion = "3.2.1"
def appCenterSdkVersion = "3.2.2"
jcenterDependencyImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
jcenterDependencyImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
jcenterDependencyImplementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Expand Up @@ -6,8 +6,8 @@
// Version constants

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

0 comments on commit 864aa52

Please sign in to comment.