Advertisement
Guest User

Untitled

a guest
Nov 9th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. repositories {
  2. jcenter()
  3. maven { url "https://jitpack.io" }
  4. flatDir {
  5. dirs 'src/main/libs', 'libs'
  6. }
  7. }
  8.  
  9. dependencies {
  10. implementation 'androidx.appcompat:appcompat:1.1.0'
  11. implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  12.  
  13. // implementation 'com.android.support:support-annotations:28.0.0'
  14. // implementation 'com.android.support:appcompat-v7:26.0.1'
  15.  
  16. // testImplementation 'junit:junit:4.12'
  17. // androidTestImplementation 'androidx.test:runner:1.2.0'
  18. // androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
  19.  
  20. implementation 'org.webrtc:google-webrtc:1.0.28513'
  21. implementation 'com.alibaba:fastjson:1.2.58'
  22. implementation 'org.java-websocket:Java-WebSocket:1.4.0'
  23. implementation 'com.orhanobut:logger:2.2.0'
  24. implementation 'com.squareup.okhttp3:okhttp:3.12.1'
  25. implementation 'com.jakewharton:disklrucache:2.0.2'
  26. implementation 'com.github.dueeeke.dkplayer:dkplayer-java:3.0.2'
  27. implementation 'com.github.dueeeke.dkplayer:dkplayer-ui:3.0.2'
  28. implementation 'com.github.dueeeke.dkplayer:player-exo:3.0.2'
  29. implementation 'com.github.dueeeke.dkplayer:player-ijk:3.0.2'
  30. implementation 'com.github.dueeeke.dkplayer:ijk-armv7a:3.0.2'
  31. implementation 'com.github.dueeeke.dkplayer:ijk-armv5:3.0.2'
  32. implementation 'com.github.dueeeke.dkplayer:ijk-arm64:3.0.2'
  33. implementation 'com.github.dueeeke.dkplayer:ijk-x86:3.0.2'
  34. implementation 'com.github.dueeeke.dkplayer:ijk-x86_64:3.0.2'
  35. implementation files('libs/cdnbye.aar')
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement