Skip to content

Commit

Permalink
Use implementation keyword and reorder gradle file. CodeforKarlsruhe#12
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaelz committed Dec 28, 2017
1 parent 54aaf01 commit daf04b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ dependencies {
transitive=true
}

implementation "com.androidplot:androidplot-core:1.5.1"

testImplementation 'junit:junit:4.12'

androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})

compile "com.androidplot:androidplot-core:1.5.1"
}

0 comments on commit daf04b7

Please sign in to comment.