Guest User

Untitled

a guest
Mar 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. maven { url "https://jitpack.io" }
  2.  
  3. allprojects {
  4. repositories {
  5. google()
  6. jcenter()
  7.  
  8. maven { url "https://jitpack.io" }
  9. }
  10. }
  11.  
  12. ...
  13.  
  14. compile 'com.github.epayco:epayco-android:1.01'
Add Comment
Please, Sign In to add comment