File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Below are the steps on how to integrate our compiled libraries in your applicati
5050
5151 ``` groovy
5252 dependencies {
53- def mobileCenterSdkVersion = '0.6.0 '
53+ def mobileCenterSdkVersion = '0.6.1 '
5454 compile "com.microsoft.azure.mobile:mobile-center-analytics:${mobileCenterSdkVersion}"
5555 compile "com.microsoft.azure.mobile:mobile-center-crashes:${mobileCenterSdkVersion}"
5656 compile "com.microsoft.azure.mobile:mobile-center-distribute:${mobileCenterSdkVersion}"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222}
2323
2424dependencies {
25- def version = " 0.6.0 "
25+ def version = " 0.6.1 "
2626 compile " com.android.support:appcompat-v7:${ rootProject.ext.supportLibVersion} "
2727 projectDependencyCompile project(' :sdk:mobile-center-analytics' )
2828 projectDependencyCompile project(' :sdk:mobile-center-crashes' )
You can’t perform that action at this time.
0 commit comments