apply plugin: 'com.android.application'

android {
    compileSdkVersion 19
    buildToolsVersion "31.0.0"

    defaultConfig {
        applicationId "com.prabhu.womensafetyapp"
        minSdkVersion 8
        targetSdkVersion 18
    }

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

dependencies {
    compile 'com.android.support:support-v4:19.1.0'
}
