Skip to content

Commit

Permalink
Cleaned up the build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMatoosh committed Apr 1, 2018
1 parent 6b0895f commit 346249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Thumbs.db
/captures
.externalNativeBuild
/*/out
/*/build
/*/*/build
/*/*/production
/run
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ subprojects {
repositories {
mavenCentral()
}

dependencies {
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
Expand Down

0 comments on commit 346249c

Please sign in to comment.