Skip to content
Snippets Groups Projects
Commit 7cbd2e8b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Set junit back

parent f5095bdf
No related branches found
No related tags found
No related merge requests found
......@@ -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'
}
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment