Skip to content

Instantly share code, notes, and snippets.

@jmatsu
Last active December 11, 2018 07:49
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 jmatsu/260ecddfb257faa510e670ccfe97b161 to your computer and use it in GitHub Desktop.
Save jmatsu/260ecddfb257faa510e670ccfe97b161 to your computer and use it in GitHub Desktop.
bintray's maven repositories under Google, Android and Firebase
maven { url "https://android.bintray.com/android-tools/" }
maven { url "https://android.bintray.com/android-utils/" }
maven { url "https://android.bintray.com/android-support/" }
maven { url "https://android.bintray.com/android-jack/" }
maven { url "https://firebase.bintray.com/gradle/" }
maven { url "https://firebase.bintray.com/geofire/" }
maven { url "https://firebase.bintray.com/firebase-jobdispatcher/" }
maven { url "https://firebase.bintray.com/digits-migration-helper-android/" }
maven { url "https://firebase.bintray.com/maven/" }
maven { url "https://google.bintray.com/interactivemedia/" }
maven { url "https://google.bintray.com/webrtc/" }
maven { url "https://google.bintray.com/exoplayer/" }
maven { url "https://google.bintray.com/mobile-ads-adapters-android/" }
maven { url "https://google.bintray.com/androidthings/" }
maven { url "https://google.bintray.com/mobly/" }
maven { url "https://google.bintray.com/tif-companion/" }
maven { url "https://google.bintray.com/science-journal-api/" }
maven { url "https://google.bintray.com/flexbox-layout/" }
maven { url "https://google.bintray.com/google-media-framework-android/" }
maven { url "https://google.bintray.com/cast-companion/" }
maven { url "https://google.bintray.com/tensorflow/" }
maven { url "https://google.bintray.com/googlevr/" }
maven { url "https://google.bintray.com/play-billing/" }
maven { url "https://google.bintray.com/blockly-android/" }
maven { url "https://google.bintray.com/capillary/" }
@jmatsu
Copy link
Author

jmatsu commented Dec 11, 2018

not sure firebase-perf stuff 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment