We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f52644 commit 930a3a8Copy full SHA for 930a3a8
apps/sasquatch/build.gradle
@@ -21,14 +21,8 @@ android {
21
}
22
23
24
-repositories {
25
- maven {
26
- url "http://dl.bintray.com/mobile-center/mobile-center-snapshot"
27
- }
28
-}
29
-
30
dependencies {
31
- def version = "0.7.0-3+847fda6"
+ def version = "0.7.0"
32
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
33
projectDependencyCompile project(':sdk:mobile-center-analytics')
34
projectDependencyCompile project(':sdk:mobile-center-crashes')
0 commit comments