fixed commons-lang problem & moved on to 0.7.8

This commit is contained in:
Christian Schabesberger 2016-03-25 13:55:05 +01:00
parent de62ed772f
commit 9e910d5501
2 changed files with 13 additions and 8 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 15
targetSdkVersion 23
versionCode 16
versionName "0.7.7"
versionCode 17
versionName "0.7.8"
}
buildTypes {
release {
@ -42,6 +42,5 @@ dependencies {
compile 'de.hdodenhof:circleimageview:2.0.0'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
compile 'com.github.nirhart:parallaxscroll:1.0'
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
compile 'com.google.android.exoplayer:exoplayer:r1.5.5'
}