apply plugin: 'com.android.library' android { compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { minSdkVersion 14 targetSdkVersion 26 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:support-v4:26.1.0' compile 'com.nineoldandroids:library:2.4.0' provided 'com.android.support:recyclerview-v7:26.1.0' compile 'com.github.bumptech.glide:glide:3.6.1' compile 'cn.finalteam:galleryfinal:1.4.8.7' }