Added dependency management and bumped gradle version

This commit is contained in:
2017-07-02 11:46:27 +02:00
parent a8addf946b
commit 35d7486869
13 changed files with 78 additions and 47 deletions

View File

@ -12,8 +12,8 @@ uploadArchives {
dependencies {
compile project(':core')
compile 'org.ini4j:ini4j:0.5.4'
testCompile 'junit:junit:4.12'
testCompile 'com.nhaarman:mockito-kotlin:1.5.0'
compile 'org.ini4j:ini4j'
testCompile 'junit:junit'
testCompile 'com.nhaarman:mockito-kotlin'
testCompile project(':cryptography-bc')
}