📦 release 2.6.0

This commit is contained in:
Alexey Danilov
2016-08-26 13:14:47 +03:00
parent 0f522f200d
commit 99b8330679
3 changed files with 4 additions and 4 deletions

View File

@@ -35,10 +35,10 @@ apt {
}
dependencies {
compile project(':library')
// compile project(':library')
compile 'com.android.support:support-v4:23.1.0'
compile 'org.androidannotations:androidannotations-api:3.3.2'
// compile 'com.danikula:videocache:2.5.0'
compile 'com.danikula:videocache:2.6.0'
compile 'com.viewpagerindicator:library:2.4.2-SNAPSHOT@aar'
apt 'org.androidannotations:androidannotations:3.3.2'
}