use native gradle JUnit support

This commit is contained in:
Alexey Danilov
2015-05-07 15:36:44 +03:00
parent c6f9831473
commit fa93946556
4 changed files with 5 additions and 19 deletions

View File

@@ -6,14 +6,14 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
buildToolsVersion '22.0.1'
defaultConfig {
applicationId "com.danikula.videocache.sample"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionName '1.0'
}
}