From 55ee198e9403573c18f8e5433bbce75557d7d402 Mon Sep 17 00:00:00 2001 From: D-sha Date: Sat, 7 Oct 2017 06:22:55 +1000 Subject: [PATCH] Update gradle, Add JUnit Update gradle to 2.3.3 and add JUnit 4.11 testCompile dependancy --- SyncOrg/build.gradle | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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