Skip to content

Commit

Permalink
Bump slf4android to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mklimek committed Aug 2, 2016
1 parent f769958 commit 6f03030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
repositories {
jcenter()
maven {
url "http://bright.github.io/maven-repo/"
url "https://jitpack.io"
}
}
}
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

dependencies {
compile ('pl.brightinventions:slf4android:0.0.11@aar'){
transitive = true
compile('com.github.bright:slf4android:0.1.3'){
transitive = true
}
}

0 comments on commit 6f03030

Please sign in to comment.