Skip to content

Commit

Permalink
Update gradle + remove libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hichbra committed Apr 12, 2018
1 parent 9575d60 commit 34a006d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1,237 deletions.
9 changes: 8 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ android {
}
}

allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}

dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
//api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.github.graphstream:gs-core:2.0-alpha'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
Expand Down
Binary file not shown.
Loading

0 comments on commit 34a006d

Please sign in to comment.