Guest User

Untitled

a guest
Mar 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. compile 'com.github.PhilJay:MPAndroidChart:v2.1.4'
  2.  
  3. maven { url "https://jitpack.io" }
  4.  
  5. repositories {
  6. maven { url "https://jitpack.io" }
  7. }
  8.  
  9. dependencies {
  10.  
  11. compile files('libs/MPAndroidChart-v3.0.1.jar')
  12.  
  13. }
  14.  
  15. repositories {
  16. jcenter()
  17. maven { url "https://jitpack.io" }
  18. }
  19.  
  20. `
  21.  
  22. systemProp.http.proxyPassword=
  23. systemProp.http.proxyHost=
  24. systemProp.http.proxyUser=
  25. systemProp.http.proxyPort=
  26. systemProp.https.proxyPassword=
  27. systemProp.https.proxyHost=
  28. systemProp.https.proxyUser=
  29. systemProp.https.proxyPort=
  30.  
  31. cd ~/AndroidStudioProject/myproject/myapp
  32. ./gradlew tasks
  33.  
  34. systemProp.http.proxyHost= "Your proxy"
  35. systemProp.http.proxyPort= "Proxy port"
  36. systemProp.https.proxyHost= "Your proxy"
  37. systemProp.https.proxyPort= "Proxy port"
Add Comment
Please, Sign In to add comment