Skip to content

Commit 6be00e5

Browse files
authored
Merge pull request #370 from Microsoft/feature/v0.6.0_in_app_and_doc
Use version 0.6.0 in test app and readme
2 parents c6a1814 + 864c422 commit 6be00e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

apps/sasquatch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ android {
2323

2424
repositories {
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

3030
dependencies {
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')

0 commit comments

Comments
 (0)