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.
 

25 lines
471 B

import cash.z.ecc.android.Deps
buildscript {
// ext.versionName = Versions.versionName
// ext.groupName = 'cash.z.ecc.android'
repositories {
mavenLocal()
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${Deps.kotlinVersion}"
}
}
allprojects {
repositories {
mavenLocal()
google()
jcenter()
mavenCentral()
}
}