Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25 from schul-cloud/fabricio
Browse files Browse the repository at this point in the history
enable fabric
  • Loading branch information
Langleu authored Jun 2, 2017
2 parents 5dac568 + 360f560 commit e92ff15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
secretfile filter=git-crypt diff=git-crypt
google-services.json filter=git-crypt diff=git-crypt
app/fabric.properties filter=git-crypt diff=git-crypt
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apply from: '../config/quality/quality.gradle'
apply plugin: 'com.github.triplet.play'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'realm-android'
//TODO uncomment line below after adding fabric api secret and key to fabric.properties
//apply plugin: 'io.fabric'
apply plugin: 'io.fabric'
apply plugin: 'me.tatarka.retrolambda'

android {
Expand Down Expand Up @@ -119,7 +118,7 @@ dependencies {
compile "com.squareup.okhttp3:okhttp:$OKHTTP_VERSION"
compile "com.squareup.okhttp3:logging-interceptor:$OKHTTP_VERSION"

compile('com.crashlytics.sdk.android:crashlytics:2.5.7@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
transitive = true;
}

Expand Down
Binary file modified app/fabric.properties
Binary file not shown.

0 comments on commit e92ff15

Please sign in to comment.