1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00
NekoX/build.gradle
thermatk 5999186123
[TF][MAPS] replace Google Maps with OSMDroid: LocationActivity
(cherry picked from commit 1c93d5a569f1bd15408b21fca0f621cdd8addd90)
2020-06-24 14:10:30 +00:00

15 lines
311 B
Groovy

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