421d2a1571571047ea8afd165e032f2ad4778851
[mobilnebezpieczenstwo.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 'Google Inc.:Google APIs:21'
5     buildToolsVersion "21.1.2"
6
7     defaultConfig {
8         applicationId "com.samsung.srpol"
9         minSdkVersion 8
10         targetSdkVersion 21
11     }
12
13     buildTypes {
14         release {
15             minifyEnabled false
16             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
17         }
18     }
19 }
20
21 dependencies {
22     compile 'com.android.support:appcompat-v7:21.0.3'
23     compile files('libs/listviewanimations_lib-core_3.1.0.jar')
24     compile files('libs/nineoldandroids-2.4.0.jar')
25 }