settings.gradle 950 B

12345678910111213141516171819202122232425262728293031
  1. rootProject.name = "EYuanCommSdk-KTX"
  2. include ':demo'
  3. //include ':library_base'
  4. include ':library_comm'
  5. include ':library_impl'
  6. // 渠道库
  7. include ':channel_registry:channel_oppo'
  8. include ':channel_registry:channel_vivo'
  9. include ':channel_registry:channel_huawei'
  10. //include ':channel_registry:channel_huawei2'
  11. // 组件
  12. include ':component:google-auth:play-services-auth'
  13. include ':component:google-auth:play-services-auth-api-phone'
  14. include ':component:google-auth:play-services-auth-base'
  15. include ':component:google-auth:play-services-base'
  16. include ':component:google-auth:play-services-basement'
  17. include ':component:google-auth:play-services-tasks'
  18. include ':component:facebook-auth:facebook-comm'
  19. include ':component:facebook-auth:facebook-core'
  20. include ':component:facebook-auth:facebook-login'
  21. // 自有sdk
  22. include ':module_eyuan:library_eyuan'
  23. include ':module_eyuan:library_hk_language'
  24. //include ':module_eyuan:library_vn_language'