Skip to content

Commit 1fa23b6

Browse files
committed
Use pre-release that fixes the default API url in distribute
1 parent a594a82 commit 1fa23b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sasquatch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
def version = "0.6.0-3"
31+
def version = "0.6.0-4"
3232
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
3333
projectDependencyCompile project(':sdk:mobile-center-analytics')
3434
projectDependencyCompile project(':sdk:mobile-center-crashes')

apps/sasquatch/src/main/res/values/env.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<string name="app_secret">45d1d9f6-2492-4e68-bd44-7190351eb5f3</string>
44
<string name="log_url"/>
55
<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 -->
6+
<string name="api_url"/>
77
</resources>

0 commit comments

Comments
 (0)