File tree 1 file changed +5
-12
lines changed 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,18 @@ apply plugin: 'java'
18
18
19
19
repositories {
20
20
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
- }
28
21
}
29
22
30
23
// JDK 1.6 is required to support all versions of Android Studio.
31
24
// See http://tools.android.com/build/studio.
32
25
sourceCompatibility = 1.6
33
26
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 '
36
29
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 '
40
33
}
41
34
42
35
jar {
You can’t perform that action at this time.
0 commit comments