Skip to content

Commit

Permalink
Merge pull request #1637 from microsoft/start/4.4.5
Browse files Browse the repository at this point in the history
Start version 4.4.5
  • Loading branch information
MatkovIvan committed Jun 24, 2022
2 parents 6860074 + 2f85521 commit 90baebb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# App Center SDK for Android Change Log

## Version 4.4.5 (Under development)

___

## Version 4.4.4

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

def appCenterSdkVersion = "4.4.3"
def appCenterSdkVersion = "4.4.4"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"

Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Expand Up @@ -7,7 +7,7 @@

ext {
versionCode = 68
versionName = '4.4.4'
versionName = '4.4.5'
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
Expand Down

0 comments on commit 90baebb

Please sign in to comment.