Skip to content

Commit 09b1df9

Browse files
committed
Bump dependency versions
Change-Id: I774bcafe5f9865515268e79cbe6a25500833eb46
1 parent 73514e4 commit 09b1df9

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

build.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,18 @@ apply plugin: 'java'
1818

1919
repositories {
2020
jcenter()
21-
// Workaround the issue that testutils is not in jcenter
22-
maven {
23-
url 'https://dl.bintray.com/android/android-tools'
24-
}
25-
flatDir {
26-
dirs 'libs'
27-
}
2821
}
2922

3023
// JDK 1.6 is required to support all versions of Android Studio.
3124
// See http://tools.android.com/build/studio.
3225
sourceCompatibility = 1.6
3326
dependencies {
34-
compile 'com.android.tools.lint:lint-api:24.3.0'
35-
compile 'com.android.tools.lint:lint-checks:24.3.0'
27+
compile 'com.android.tools.lint:lint-api:24.3.1'
28+
compile 'com.android.tools.lint:lint-checks:24.3.1'
3629
testCompile 'junit:junit:4.11'
37-
testCompile 'com.android.tools.lint:lint:24.3.0'
38-
testCompile 'com.android.tools.lint:lint-tests:24.3.0'
39-
testCompile 'com.android.tools:testutils:24.3.0'
30+
testCompile 'com.android.tools.lint:lint:24.3.1'
31+
testCompile 'com.android.tools.lint:lint-tests:24.3.1'
32+
testCompile 'com.android.tools:testutils:24.3.1'
4033
}
4134

4235
jar {

0 commit comments

Comments
 (0)