We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a594a82 commit 1fa23b6Copy full SHA for 1fa23b6
apps/sasquatch/build.gradle
@@ -28,7 +28,7 @@ repositories {
28
}
29
30
dependencies {
31
- def version = "0.6.0-3"
+ def version = "0.6.0-4"
32
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
33
projectDependencyCompile project(':sdk:mobile-center-analytics')
34
projectDependencyCompile project(':sdk:mobile-center-crashes')
apps/sasquatch/src/main/res/values/env.xml
@@ -3,5 +3,5 @@
3
<string name="app_secret">45d1d9f6-2492-4e68-bd44-7190351eb5f3</string>
4
<string name="log_url"/>
5
<string name="install_url"/>
6
- <string name="api_url">https://api.mobile.azure.com/v0.1</string> <!-- FIXME set to blank in 0.6.0-4 or more recent -->
+ <string name="api_url"/>
7
</resources>
0 commit comments