equal
deleted
inserted
replaced
|
1 apply plugin: 'com.android.application' |
|
2 |
|
3 android { |
|
4 compileSdkVersion 22 |
|
5 buildToolsVersion "22.0.0" |
|
6 |
|
7 defaultConfig { |
|
8 applicationId "com.beem.project.beem" |
|
9 minSdkVersion 6 |
|
10 targetSdkVersion 22 |
|
11 versionCode 15 |
|
12 versionName "0.1.8" |
|
13 } |
|
14 |
|
15 buildTypes { |
|
16 release { |
|
17 minifyEnabled false |
|
18 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
|
19 } |
|
20 } |
|
21 |
|
22 lintOptions { |
|
23 abortOnError false |
|
24 } |
|
25 |
|
26 } |
|
27 |
|
28 dependencies { |
|
29 compile fileTree(dir: 'libs', include: ['*.jar']) |
|
30 } |