Browse Source

Set junit back

shortcuts
Geoffrey Métais 10 years ago
parent
commit
7cbd2e8b4c
  1. 1
      api/build.gradle
  2. 1
      vlc-android/build.gradle

1
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'
}

1
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() {

Loading…
Cancel
Save