Files
AndroidVideoCache/library/build.gradle
2015-09-21 23:46:17 +03:00

33 lines
619 B
Groovy

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.2.10'
}
}
apply plugin: 'idea'
apply plugin: 'java'
apply plugin: 'bintray-release'
idea {
module {
downloadJavadoc = true
downloadSources = true
}
}
dependencies {
compile 'com.google.android:android:1.6_r2'
}
publish {
userOrg = 'alexeydanilov'
groupId = 'com.danikula'
artifactId = 'videocache'
publishVersion = '2.1.1'
description = 'Cache support for android VideoView'
website = 'https://github.com/danikula/AndroidVideoCache'
}