build.gradle 542 B

1234567891011121314151617181920
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. jcenter()
  5. google()
  6. }
  7. dependencies {
  8. classpath 'com.android.tools.build:gradle:2.3.1'
  9. classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
  10. classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0"
  11. }
  12. }
  13. allprojects {
  14. repositories {
  15. jcenter()
  16. maven { url "https://jitpack.io" }
  17. google()
  18. }
  19. }