UniPatcher/build.gradle
Boris Timofeev a6c2e3ddc7 Init commit
2016-09-27 16:35:02 +03:00

19 lines
405 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.google.gms:google-services:3.0.0'
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
}
}