[Android] Set junit back
Geoffrey Métais
git at videolan.org
Wed Dec 21 14:59:23 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 21 13:42:01 2016 +0100| [7cbd2e8b4cf4046183cd2730c1fbc297437d0cfa] | committer: Geoffrey Métais
Set junit back
> https://code.videolan.org/videolan/vlc-android/commit/7cbd2e8b4cf4046183cd2730c1fbc297437d0cfa
---
api/build.gradle | 1 +
vlc-android/build.gradle | 1 +
2 files changed, 2 insertions(+)
diff --git a/api/build.gradle b/api/build.gradle
index d4cfe65..3a9bf93 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -42,4 +42,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.1.0'
+ testCompile 'junit:junit:4.12'
}
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 48b7bec..9b84ea5 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -208,6 +208,7 @@ dependencies {
compile 'com.android.support:leanback-v17:25.1.0'
compile 'com.android.support:preference-leanback-v17:25.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
+ testCompile 'junit:junit:4.12'
}
static def buildTime() {
More information about the Android
mailing list