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 @@ -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 }
Original file line number Diff line number Diff 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
2424dependencies {
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' )
You can’t perform that action at this time.
0 commit comments