Skip to content

Commit

Permalink
Fix: Gradle error
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurio committed Dec 31, 2016
1 parent 5da356c commit 02903b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ apply plugin: 'realm-android'
apply plugin: 'io.fabric'

android {
configurations.all {
resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'
}

dexOptions {
maxProcessCount 4
}
Expand Down

0 comments on commit 02903b5

Please sign in to comment.