1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-03 13:54:09 +00:00

Fix building on AS 3.1

...else `Gradle sync failed: Could not find any version that matches com.android.tools.build:gradle:3.0.+`
This commit is contained in:
Licaon_Kter 2018-03-26 22:59:11 +00:00 committed by GitHub
parent 62753cd5e4
commit f3adfcce94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {