Files
clinx02-androidpebble/build.gradle
2019-11-10 22:03:34 +00:00

30 lines
574 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
//maven { url 'https://jitpack.io' }
}
}
dependencies {
}