apply plugin: 'com.android.application' android { compileSdkVersion 10 buildToolsVersion "21.1.1" defaultConfig { applicationId "org.dyndns.vahagn.sokoban" minSdkVersion 10 targetSdkVersion 14 } buildTypes { release { runProguard true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt' } } } dependencies { compile 'com.android.support:support-v4:18.0.0' }