f6863e59c17ce4fe6b1ec2788f171e5ef99b886c
[iot2.git] / benchmarks / other / PhoneInterface / Control / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4
5     dexOptions {
6         preDexLibraries = false
7     }
8
9
10     compileSdkVersion 23
11     buildToolsVersion "25.0.2"
12
13     defaultConfig {
14         applicationId "com.example.ali.control"
15         minSdkVersion 15
16         targetSdkVersion 23
17         versionCode 1
18         versionName "1.0"
19         //jackOptions {
20         //    enabled true
21         //}
22     }
23     buildTypes {
24         release {
25             minifyEnabled false
26             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
27         }
28     }
29     //compileOptions {
30         //sourceCompatibility JavaVersion.VERSION_1_8
31         //targetCompatibility JavaVersion.VERSION_1_8
32     //}
33 }
34
35 dependencies {
36     compile fileTree(include: ['*.jar'], dir: 'libs')
37     testCompile 'junit:junit:4.12'
38     compile 'com.android.support:appcompat-v7:23.3.0'
39     compile 'com.android.support:design:23.3.0'
40 //    compile files('libs/bcpg-jdk15on-1.56.0.0.jar')
41 //    compile files('libs/bcpkix-jdk15on-1.56.0.0.jar')
42 //    compile files('libs/bctls-jdk15on-1.56.0.0.jar')
43 //    compile files('libs/core-1.56.0.0.jar')
44 //    compile files('libs/pg-1.54.0.0.jar')
45 //    compile files('libs/pkix-1.54.0.0.jar')
46 //    compile files('libs/prov-1.56.0.0.jar')
47 }