- added working class for retrieving videos ID and playing them
- added a test for it
- added some dependencies (SWT and NativeSwing)
This commit is contained in:
2018-09-12 22:59:20 +02:00
parent 40fb445262
commit e1efbafe45
4 changed files with 165 additions and 29 deletions

View File

@@ -47,4 +47,10 @@ dependencies {
// objectMapper for fitbitdata
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.5' // maybe duplicate in google-api
// YOUTUBE VIDEO
compile 'org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:4.3' //Winzozz
// compile 'org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:4.3' //Linuzuzz
compile group: 'com.hynnet', name: 'DJNativeSwing', version: '1.0.0'
compile group: 'com.hynnet', name: 'DJNativeSwing-SWT', version: '1.0.0'
}