Upgraded Gradle plugin and build tools.

This commit is contained in:
akwizgran
2017-10-17 15:31:28 +01:00
parent 1a83b2c99b
commit 6f7f8b40e3
8 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ apply plugin: 'de.undercouch.download'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 14
@@ -24,7 +24,7 @@ android {
}
dependencies {
compile project(':bramble-core')
compile project(path: ':bramble-core', configuration: 'default')
compile fileTree(dir: 'libs', include: '*.jar')
provided 'javax.annotation:jsr250-api:1.0'
}