apply plugin: 'com.android.application' android { compileSdkVersion 8 buildToolsVersion "26.0.2" defaultConfig { applicationId "pandroid_event_viewer.pandorafms" minSdkVersion 8 targetSdkVersion 8 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } }