1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00
NekoX/build.gradle

11 lines
320 B
Groovy
Raw Normal View History

2013-10-25 15:19:00 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2015-06-29 17:12:11 +00:00
buildscript {
repositories {
2016-03-16 12:26:32 +00:00
jcenter()
2015-06-29 17:12:11 +00:00
mavenCentral()
}
dependencies {
2017-07-08 16:32:04 +00:00
classpath 'com.android.tools.build:gradle:2.3.2'
2016-10-11 11:57:01 +00:00
classpath 'com.google.gms:google-services:3.0.0'
2015-06-29 17:12:11 +00:00
}
}