third_parties/memorizingtrustmanager/build.gradle
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 17:50:23 +0100
changeset 1067 029597e0ca0c
parent 1044 cd41ebc93e78
child 1073 274f38e8c8a9
permissions -rw-r--r--
BeemService: Use NotificationManagerCompat

apply plugin: 'com.android.library'

android {
    compileSdkVersion 22
    buildToolsVersion "22.0.0"

    defaultConfig {
        minSdkVersion 6
        targetSdkVersion 21
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
}