Skip to content

Commit

Permalink
Merge pull request #1581 from microsoft/release/demo_v4.4.1
Browse files Browse the repository at this point in the history
Use new SDK V4.4.1 in demo app
  • Loading branch information
Anastasia Senyushina authored Dec 8, 2021
2 parents fedfc38 + 5acc762 commit 0b6ca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sasquatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
projectDependencyImplementation project(':sdk:appcenter-analytics')
projectDependencyImplementation project(':sdk:appcenter-crashes')

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

Expand Down

0 comments on commit 0b6ca9b

Please sign in to comment.