2017-05-26 12:17:52 +03:00

22 lines
378 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion TARGET_SDK
buildToolsVersion BUILD_TOOLS
defaultConfig {
minSdkVersion MIN_SDK
targetSdkVersion TARGET_SDK
versionCode 1
versionName version
}
}
dependencies {
compile project(':library')
compile ANDROID_SVG
compile ANDROID_GIF
compile OK_HTTP
}