apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "26.0.2" defaultConfig { applicationId "org.love2d.android" versionCode 22 versionName "0.10.2" minSdkVersion 10 targetSdkVersion 25 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } lintOptions { abortOnError false } } dependencies { compile 'com.android.support:multidex:1.0.1' compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:25.1.0' compile project(':love') }