apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "<%= sample_package_name %>" minSdkVersion 15 targetSdkVersion 25 versionCode 1 versionName "1.0" jackOptions { enabled true } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { compile 'com.android.support:appcompat-v7:25.2.0' compile project(':<%= library_module%>') }