diff --git a/build.gradle b/build.gradle index 3a77fa3..36f810d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,7 @@ dependencies { implementation ('com.github.aurimas-zarskis:kotlin-lib-common-sdk:1.2.1') { exclude group: 'org.json', module: 'json' } + testCompile group: 'junit', name: 'junit', version: '4.12' }