added ability to show similar videos

This commit is contained in:
Christian Schabesberger 2015-11-02 19:57:47 +01:00
parent 1850dee93a
commit b865326d51
14 changed files with 225 additions and 73 deletions

View file

@ -23,7 +23,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'org.jsoup:jsoup:1.8.3'
compile 'org.mozilla:rhino:1.7.7'
compile 'com.android.support:design:23.1.0'
}