apply plugin: 'com.android.library' apply plugin: 'maven' apply plugin: 'signing' //apply from: '../.publishing/sonatype.gradle' archivesBaseName = 'android-crop' android { compileSdkVersion 23 buildToolsVersion '23.0.1' defaultConfig { minSdkVersion 10 targetSdkVersion 22 testApplicationId 'com.soundcloud.android.crop.test' testInstrumentationRunner 'android.test.InstrumentationTestRunner' } } dependencies { compile 'com.android.support:support-annotations:23.0.1' compile 'com.android.support:support-v4:23.0.1' androidTestCompile 'com.squareup:fest-android:1.0.7' androidTestCompile 'com.android.support:support-v4:23.0.1' androidTestCompile 'org.mockito:mockito-core:1.9.5' androidTestCompile 'com.google.dexmaker:dexmaker:1.0' androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.0' }