Skip to content

Instantly share code, notes, and snippets.

@imbryk
imbryk / app-build.gradle
Created November 4, 2014 21:00
roblectric gradle
//Main module build file
apply plugin: 'com.android.application'
apply plugin: 'robolectric'
android {
packagingOptions {
exclude 'LICENSE.txt'
exclude 'META-INF/LICENSE'