Skip to content

Instantly share code, notes, and snippets.

View alexandrepossebom's full-sized avatar

Alexandre Possebom alexandrepossebom

View GitHub Profile
@alexandrepossebom
alexandrepossebom / build.gradle
Created November 13, 2014 12:24
Gradle with static analysis tools (PMD,Findbugs,Lint) to use with Jenkins CI
apply plugin: 'com.android.application'
apply plugin: 'pmd'
apply plugin: 'findbugs'
android {
compileSdkVersion 21
buildToolsVersion "19.1.0"
defaultConfig {
applicationId "com.possebom.coritibawidget"