Skip to content

Commit 930a3a8

Browse files
committed
Use official 0.7.0 SDK version in sasquatch jcenter
1 parent 6f52644 commit 930a3a8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/sasquatch/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,8 @@ android {
2121
}
2222
}
2323

24-
repositories {
25-
maven {
26-
url "http://dl.bintray.com/mobile-center/mobile-center-snapshot"
27-
}
28-
}
29-
3024
dependencies {
31-
def version = "0.7.0-3+847fda6"
25+
def version = "0.7.0"
3226
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
3327
projectDependencyCompile project(':sdk:mobile-center-analytics')
3428
projectDependencyCompile project(':sdk:mobile-center-crashes')

0 commit comments

Comments
 (0)