Added dependency management and bumped gradle version
This commit is contained in:
@ -12,8 +12,8 @@ uploadArchives {
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile 'com.madgag.spongycastle:prov:1.56.0.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'com.nhaarman:mockito-kotlin:1.5.0'
|
||||
compile 'com.madgag.spongycastle:prov'
|
||||
testCompile 'junit:junit'
|
||||
testCompile 'com.nhaarman:mockito-kotlin'
|
||||
testCompile project(path: ':core', configuration: 'testArtifacts')
|
||||
}
|
||||
|
Reference in New Issue
Block a user