Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start version 5.0.2 #1682

Merged
merged 9 commits into from
Mar 30, 2023
Prev Previous commit
Next Next commit
Use new SDK V5.0.0 in demo app (#1661)
  • Loading branch information
MikhailSuendukov authored Oct 21, 2022
commit c0ecdb45a63d762a21b0ec15eeb37c63a132f7fa
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.5"
def appCenterSdkVersion = "5.0.0"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
mavenCentralDependencyImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"

Expand Down