Guest User

Untitled

a guest
Feb 22nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. allprojects {
  2. repositories {
  3. ...
  4. ...
  5. maven {
  6. credentials {
  7. username 'xxxx'
  8. password 'xxxx'
  9. }
  10. url "https://xxxxx-xxxxx-maven.appspot.com"
  11. }
  12. }
  13. }
  14.  
  15. compile'xxx.xxxx.xxxx:example:1.0'
  16. OR
  17. implementation 'xxx.xxxx.xxxx:example:1.0'
Add Comment
Please, Sign In to add comment