apply plugin: 'com.android.application' android { compileSdkVersion TARGET_SDK buildToolsVersion BUILD_TOOLS defaultConfig { applicationId "noties.ru.markwon_samplecustomextension" minSdkVersion MIN_SDK targetSdkVersion TARGET_SDK versionCode 1 versionName version } } dependencies { compile project(':library') }