1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-23 08:17:51 +00:00

Added build tool

This commit is contained in:
M66B 2017-02-04 10:12:47 +01:00
parent f819e19e56
commit 6cb56f4198

View file

@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
// http://tools.android.com/tech-docs/new-build-system/gradle-experimental // http://tools.android.com/tech-docs/new-build-system/gradle-experimental
classpath 'com.android.tools.build:gradle-experimental:0.9.0-beta2' classpath 'com.android.tools.build:gradle-experimental:0.9.0-beta3'
classpath 'com.google.gms:google-services:3.0.0' classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong