Added working video streaming behaviour.

Changed structure of licenses.
This commit is contained in:
Ziver Koc 2014-08-05 16:03:53 +02:00
parent 9cdcd46ed5
commit bb84e2188f
18 changed files with 1496 additions and 1053 deletions

View file

@ -18,10 +18,22 @@ android {
zipAlign true
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES.txt'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/notice.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/dependencies.txt'
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:support-v4:19.1.+'
}
}