library / build.gradle @ f2a0d837
| 1 | 6a06a912 | Leszek Koltunski | apply plugin: 'com.android.library' |
|---|---|---|---|
| 2 | |||
| 3 | android { |
||
| 4 | compileSdkVersion 22 |
||
| 5 | buildToolsVersion "23.0.3" |
||
| 6 | |||
| 7 | defaultConfig { |
||
| 8 | minSdkVersion 15 |
||
| 9 | targetSdkVersion 23 |
||
| 10 | }
|
||
| 11 | |||
| 12 | buildTypes { |
||
| 13 | release { |
||
| 14 | minifyEnabled false |
||
| 15 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' |
||
| 16 | }
|
||
| 17 | }
|
||
| 18 | }
|