Imported Upstream version 1.0.1
[platform/upstream/iotivity.git] / resource / csdk / connectivity / samples / android / casample / cAInterface / build.gradle
1 apply plugin: 'com.android.library'
2
3 android {
4     compileSdkVersion 21
5     buildToolsVersion "20.0.0"
6
7     defaultConfig {
8         minSdkVersion 21
9         targetSdkVersion 21
10     }
11
12     buildTypes {
13         release {
14             minifyEnabled false
15             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
16         }
17     }
18
19     lintOptions {
20        abortOnError false
21     }
22 }
23
24 dependencies {
25 //    compile 'com.android.support:support-v4:21.0.3'
26 }