The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
349B

  1. buildscript {
  2. repositories {
  3. jcenter()
  4. google()
  5. }
  6. dependencies {
  7. classpath 'com.android.tools.build:gradle:3.0.1'
  8. classpath 'com.google.gms:google-services:3.1.0'
  9. }
  10. }
  11. allprojects {
  12. repositories {
  13. jcenter()
  14. maven {
  15. url "https://maven.google.com"
  16. }
  17. }
  18. }