apply plugin: 'com.android.library' | |
android { | |
compileSdkVersion 26 | |
defaultConfig { | |
minSdkVersion 16 | |
targetSdkVersion 26 | |
versionCode 1 | |
versionName "1.0" | |
} | |
buildTypes { | |
release { | |
minifyEnabled false | |
proguardFiles getDefaultProguardFile('proguard-android.txt') | |
} | |
} | |
} | |
dependencies { | |
compile 'com.android.support:appcompat-v7:26.+' | |
} |