diff --git a/SyncOrg/build.gradle b/SyncOrg/build.gradle index b44214bd..b3688ab3 100644 --- a/SyncOrg/build.gradle +++ b/SyncOrg/build.gradle @@ -38,5 +38,7 @@ dependencies { compile 'com.android.support:cardview-v7:25.2.0' compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.0.201502260915-r' compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9' + + testCompile 'junit:junit:4.11' } diff --git a/build.gradle b/build.gradle index 1ea4bd05..c2eea8e2 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files