统一IM方案,Android端sdk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
766B

  1. pluginManagement {
  2. repositories {
  3. maven {
  4. url 'http://nexus.51trust.net/repository/android-group/'
  5. allowInsecureProtocol true
  6. }
  7. maven {
  8. url 'http://nexus.51trust.net/repository/maven-public/'
  9. allowInsecureProtocol true
  10. }
  11. }
  12. }
  13. dependencyResolutionManagement {
  14. repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  15. repositories {
  16. maven {
  17. url 'http://nexus.51trust.net/repository/android-group/'
  18. allowInsecureProtocol true
  19. }
  20. maven {
  21. url 'http://nexus.51trust.net/repository/maven-public/'
  22. allowInsecureProtocol true
  23. }
  24. }
  25. }
  26. rootProject.name = "PushDemo"
  27. include ':app'
  28. include ':push'