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.

19 lines
332B

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