Advertisement
minhaz

Untitled

Oct 27th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.19 KB | None | 0 0
  1. repositories {
  2.     flatDir {
  3.         dirs 'libs'
  4.     }
  5. }
  6.  
  7. dependencies {
  8.     implementation fileTree(dir: 'libs', include: ['*.jar'])
  9.     compile(name: 'libffmpeg-release', ext: 'aar')
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement