apply plugin: 'com.android.application' android { compileSdkVersion 10 buildToolsVersion "21.1.2" defaultConfig { applicationId "org.walley.checkinosm" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile files('libs/osmdroid-android-3.0.10.jar') compile files('libs/urlimageviewhelper-1.0.4.jar') }