Skip to content

Commit

Permalink
Use new SDK V4.4.4 in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed Jun 23, 2022
1 parent 7a7c0ad commit 3090b61
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.3"
def appCenterSdkVersion = "4.4.4"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"

Expand Down

0 comments on commit 3090b61

Please sign in to comment.