Skip to content

Commit

Permalink
Disabled Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimowner committed Aug 17, 2019
1 parent bae74b5 commit 6c63532
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
repositories {
maven { url 'https://maven.fabric.io/public' }
}

dependencies {
classpath 'io.fabric.tools:gradle:1.+'
}
}
//buildscript {
// repositories {
// maven { url 'https://maven.fabric.io/public' }
// }
//
// dependencies {
// classpath 'io.fabric.tools:gradle:1.+'
// }
//}

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
//apply plugin: 'io.fabric'

ext.versions = [
// Android
Expand Down Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation "com.jakewharton.timber:timber:$versions.timber"
implementation "com.android.support:recyclerview-v7:$versions.support"

implementation('com.crashlytics.sdk.android:crashlytics:2.9.8@aar') {
transitive = true
}
// implementation('com.crashlytics.sdk.android:crashlytics:2.9.8@aar') {
// transitive = true
// }
}

0 comments on commit 6c63532

Please sign in to comment.