diff options
author | Parménides GV <parmegv@sdf.org> | 2014-07-24 16:50:58 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-07-24 16:50:58 +0200 |
commit | b28eeb08e8ec3baafdd9388cc5b70c6c84db9cf1 (patch) | |
tree | 211e8daff57c173035ea8b75eeff6f72f3f97ed1 /app/build.gradle | |
parent | 66385b8fc376262cad2afd96e8a80aba416e3346 (diff) | |
parent | dce7064c35a903c7b13e97181c07058e143df621 (diff) |
Merge branch 'release-0.5.4' into develop
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index a57a2763..c4fdc44b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,12 @@ apply plugin: 'android' android { compileSdkVersion 19 - buildToolsVersion "19.1.0" + buildToolsVersion "20" defaultConfig { minSdkVersion 14 targetSdkVersion 19 - testPackageName "se.leap.bitmaskclient.test" testInstrumentationRunner "android.test.InstrumentationTestRunner" } @@ -47,8 +46,9 @@ android { } dependencies { - androidTestCompile 'com.android.support:support-v4:+' - androidTestCompile 'com.jayway.android.robotium:robotium-solo:4.3.1' + // androidTestCompile 'com.android.support:support-v4:20+' + // androidTestCompile 'com.android.support:appcompat-v7:20.+' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1' compile 'com.intellij:annotations:12.0' } |