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

Updated gradle version / build tools

This commit is contained in:
M66B 2016-03-25 18:26:22 +01:00
parent 3bf55458a6
commit 50923ec985
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "23.0.2"
buildToolsVersion = "23.0.3"
defaultConfig {
applicationId = "eu.faircode.netguard"

View file

@ -6,7 +6,7 @@ buildscript {
}
dependencies {
// http://tools.android.com/tech-docs/new-build-system/gradle-experimental
classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha3'
classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files