Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. // Copy these two compile dependencies into the existing dependencies section of the file.
  2.  
  3. dependencies {
  4. compile fileTree(dir: 'libs', include: ['*.jar'])
  5.  
  6. // The GoCoder SDK library dependency declaration
  7.  
  8. implementation 'com.wowza.gocoder.sdk.android:com.wowza.gocoder.sdk:2.0.0@aar'
  9.  
  10. // List additional dependencies here...
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement