Skip to content

Commit

Permalink
Added slfj dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phrack committed Mar 17, 2016
1 parent 5254aab commit 20ab191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ repositories {
flatDir {
dirs 'libs'
}

mavenCentral()
}

dependencies {
compile name: 'ShootOFF'

compile group: 'org.slf4j', name: 'slf4j-api', version: '1.+'
}

0 comments on commit 20ab191

Please sign in to comment.