1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-23 16:27:55 +00:00

Update to graddle plugin experimental:0.7.0-alpha1

This will allow using Android Studio 2.1
This commit is contained in:
M66B 2016-03-11 10:28:38 +01:00
parent b05f170e18
commit a064837d3d

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.6.0-alpha5' classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files