mirror of
https://github.com/zhigang1992/AndroidVideoCache.git
synced 2026-04-24 03:55:48 +08:00
🎉 VideoCache 1.0 released
This commit is contained in:
19
sample/build.gradle
Normal file
19
sample/build.gradle
Normal file
@@ -0,0 +1,19 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.danikula.videocache.sample"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 22
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:appcompat-v7:22.0.0'
|
||||
compile project(':library')
|
||||
}
|
||||
Reference in New Issue
Block a user