This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'com.android.application' | |
apply plugin: 'pmd' | |
apply plugin: 'findbugs' | |
android { | |
compileSdkVersion 21 | |
buildToolsVersion "19.1.0" | |
defaultConfig { | |
applicationId "com.possebom.coritibawidget" |