Subversion Repositories SmartDukaan

Rev

Rev 21672 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21672 Rev 24857
Line 1... Line 1...
1
apply plugin: 'com.android.library'
1
apply plugin: 'com.android.library'
2
 
2
 
3
android {
3
android {
4
    compileSdkVersion 16
4
    compileSdkVersion 16
5
    buildToolsVersion '21.1.2'
5
    buildToolsVersion '25.0.0'
6
 
6
 
7
    defaultConfig {
7
    defaultConfig {
8
        minSdkVersion 4
8
        minSdkVersion 4
9
        targetSdkVersion 4
9
        targetSdkVersion 4
10
    }
10
    }