Skip to content

Commit

Permalink
Merge pull request #1678 from microsoft/release/demo_v5.0.1
Browse files Browse the repository at this point in the history
Use new SDK V5.0.1 in demo app
  • Loading branch information
AnatolyPristensky authored Mar 23, 2023
2 parents 1e5245e + 3436605 commit 9b183d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/sasquatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {

defaultConfig {
versionCode 300
versionName "5.0.0"
versionName "5.0.1"
externalNativeBuild {
ndkBuild {
arguments "NDK_APPLICATION_MK=Application.mk", "V=1"
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies {
projectDependencyImplementation project(':sdk:appcenter-analytics')
projectDependencyImplementation project(':sdk:appcenter-crashes')

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

Expand Down

0 comments on commit 9b183d6

Please sign in to comment.