Skip to content

Commit

Permalink
Merge pull request #1642 from microsoft/release/demo_v4.4.5
Browse files Browse the repository at this point in the history
Use new SDK V4.4.5 in demo app
  • Loading branch information
DmitriyKirakosyan authored Jun 27, 2022
2 parents 39fd75a + aa51103 commit bad11c3
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 @@ -98,7 +98,7 @@ dependencies {
projectDependencyImplementation project(':sdk:appcenter-analytics')
projectDependencyImplementation project(':sdk:appcenter-crashes')

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

Expand Down

0 comments on commit bad11c3

Please sign in to comment.