Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14792 manas 1
apply plugin: 'com.android.library'
2
 
3
android {
4
    compileSdkVersion 16
5
    buildToolsVersion '21.1.2'
6
 
7
    defaultConfig {
8
        minSdkVersion 4
9
        targetSdkVersion 4
10
    }
11
 
12
    buildTypes {
13
        release {
14
            minifyEnabled false
15
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
16
        }
17
    }
18
}
19
 
20
dependencies {
21
    compile 'com.android.support:support-v4:18.+'
22
}