settings.gradle 942 B

123456789101112131415161718192021222324252627282930
  1. rootProject.name = "EYuanCommSdk-KTX"
  2. include ':demo'
  3. include ':library_comm'
  4. include ':library_impl'
  5. // 渠道库
  6. include ':channel_registry:channel_oppo'
  7. include ':channel_registry:channel_vivo'
  8. include ':channel_registry:channel_huawei'
  9. //include ':channel_registry:channel_huawei2'
  10. // 组件
  11. //include ':component:google-auth:play-services-auth'
  12. //include ':component:google-auth:play-services-auth-api-phone'
  13. //include ':component:google-auth:play-services-auth-base'
  14. //include ':component:google-auth:play-services-base'
  15. //include ':component:google-auth:play-services-basement'
  16. //include ':component:google-auth:play-services-tasks'
  17. //
  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'