This file contains hidden or 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
groovyScript(" | |
def method = _1; | |
def arguments = _2; | |
if (_2.isEmpty()) { | |
return 'LOGGER.i(\"[' + method + ']\");'; | |
}; |
This file contains hidden or 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
# .gitignore for Android projects with Gradle | |
# APK files | |
*.apk | |
*.ap_ | |
# Dalvik VM files | |
*.dex | |
# Java class files |