Replace bundled jars with gradle dependencies.
[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 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
24     compile 'com.nineoldandroids:library:2.4.0'
25 }