Fixing dependencies.

This commit is contained in:
Rob Greene
2018-05-29 21:06:16 -05:00
parent 6eecf14289
commit b34e7f0734
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -7,7 +7,6 @@ apply plugin: 'maven'
apply plugin: 'signing'
dependencies {
compile group: 'net.sf.applecommander', name: 'applesingle-api', version:'1.1.0'
testImplementation 'junit:junit:4.12'
}