Skip to content

Commit a4ea7c7

Browse files
authored
Merge pull request #318 from Microsoft/release_v0.5.0
Update version in readme and test app
2 parents 9d53fdb + 47fc740 commit a4ea7c7

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
@@ -47,7 +47,7 @@ Below are the steps on how to integrate our compiled libraries in your applicati
4747

4848
```groovy
4949
dependencies {
50-
def mobileCenterSdkVersion = '0.4.0'
50+
def mobileCenterSdkVersion = '0.5.0'
5151
compile "com.microsoft.azure.mobile:mobile-center-analytics:${mobileCenterSdkVersion}"
5252
compile "com.microsoft.azure.mobile:mobile-center-crashes:${mobileCenterSdkVersion}"
5353
}

apps/sasquatch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ android {
1414
}
1515
}
1616
buildTypes {
17-
release {
17+
releaseProguard {
1818
minifyEnabled true
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
}
2222
}
2323

2424
dependencies {
25-
def version = "0.4.0"
25+
def version = "0.5.0"
2626
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
2727
projectDependencyCompile project(':sdk:mobile-center-analytics')
2828
projectDependencyCompile project(':sdk:mobile-center-crashes')

0 commit comments

Comments
 (0)