sxrsdk / sxrsdk-demos

9 stars 24 forks source link

[gradle] Eliminate the useLocalDependencies property #79

Closed liaxim closed 5 years ago

liaxim commented 5 years ago

Have the build automatically pick the type of dependencies to use:

  1. If sxrsdk projects are part of the current workspace, use them; if not, go to 2
  2. If any of the flatDirs are present, assume local aar dependency and use these; if not, go to 3
  3. Use snapshots from the maven repo.

SXR-DCO-1.0-Signed-off-by: Mihail Marinov m.marinov@samsung.com