Skip to content

Instantly share code, notes, and snippets.

@kristiyanP
Created April 6, 2020 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristiyanP/7d10e536f4acdb6544a523b252ddc34e to your computer and use it in GitHub Desktop.
Save kristiyanP/7d10e536f4acdb6544a523b252ddc34e to your computer and use it in GitHub Desktop.
ivysettings.xml
<ivysettings>
<settings defaultResolver="chain"/>
<resolvers>
<chain name="chain">
<ibiblio name='google' m2compatible='true' root='https://maven.google.com' />
<!-- https://jcenter.bintray.com/ -->
<bintray />
</chain>
</resolvers>
<modules>
<module organisation="androidx.*" name="*" conflict-manager="all"/>
</modules>
</ivysettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment