Which statement, in build.gradle file, correctly denotes that the corresponding module is an Android library module?
apply plugin: 'com.module.library'
apply plugin: 'com.android.library'
include plugin: 'com.module.library'