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:
parent
62753cd5e4
commit
f3adfcce94
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue