apply plugin: 'com.android.application'

android {
    buildToolsVersion "28.0.3"

    defaultConfig {
        compileSdkVersion 26
        minSdkVersion 18
        applicationId "xdf.android_unlock"
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }
}
