OSDN Git Service

830e99ea6f64461256659c0a624760405b658a40
[gokigen/A01c.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 27
5     buildToolsVersion "27.0.0"
6     defaultConfig {
7         applicationId "jp.sfjp.gokigen.a01c"
8         minSdkVersion 14
9         targetSdkVersion 27
10         versionCode 29
11         versionName "1.2.6"
12     }
13     buildTypes {
14         release {
15             minifyEnabled false
16             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17         }
18     }
19 /*
20     productFlavors {
21         wear1 {
22             // Use the defaultConfig value
23             minSdkVersion 19
24         }
25         wear2 {
26             minSdkVersion 23
27         }
28     }
29 */
30 }
31
32 dependencies {
33     compile fileTree(dir: 'libs', include: ['*.jar'])
34     wearApp project(path: ':wear')
35     provided 'com.google.android.wearable:wearable:2.1.0'
36     compile 'com.google.android.support:wearable:2.1.0'
37     compile 'com.google.android.gms:play-services-wearable:11.4.2'
38
39     compile 'com.android.support:animated-vector-drawable:27.0.0'
40     compile 'com.android.support:percent:27.0.0'
41     compile 'com.android.support:support-vector-drawable:27.0.0'
42     compile 'com.android.support:appcompat-v7:27.0.0'
43     compile 'com.android.support:preference-v7:27.0.0'
44     compile 'com.android.support:exifinterface:27.0.0'
45     compile 'com.android.support:support-v4:27.0.0'
46 }