File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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.5 .0'
53+ def mobileCenterSdkVersion = '0.6 .0'
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 @@ -23,12 +23,12 @@ android {
2323
2424repositories {
2525 maven {
26- url " http://dl.bintray.com/mobile-center/mobile-center-snapshot "
26+ url " http://dl.bintray.com/mobile-center/mobile-center"
2727 }
2828}
2929
3030dependencies {
31- def version = " 0.6.0-4 "
31+ def version = " 0.6.0"
3232 compile " com.android.support:appcompat-v7:${ rootProject.ext.supportLibVersion} "
3333 projectDependencyCompile project(' :sdk:mobile-center-analytics' )
3434 projectDependencyCompile project(' :sdk:mobile-center-crashes' )
You can’t perform that action at this time.
0 commit comments