mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-23 16:27:55 +00:00
Updated gradle version / build tools
This commit is contained in:
parent
3bf55458a6
commit
50923ec985
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
|
||||||
model {
|
model {
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = 23
|
compileSdkVersion = 23
|
||||||
buildToolsVersion = "23.0.2"
|
buildToolsVersion = "23.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.faircode.netguard"
|
applicationId = "eu.faircode.netguard"
|
||||||
|
|
|
@ -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.7.0-alpha3'
|
classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha4'
|
||||||
|
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in a new issue