Skip to content

Commit 57511bd

Browse files
committed
Upgrade to version 25.3.0 for dependencies
1 parent a66852d commit 57511bd

File tree

4 files changed

+6
-343
lines changed

4 files changed

+6
-343
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cd android-custom-lint-rules
5656
Support
5757
-------
5858

59-
- Google+ Community: https://plus.google.com/communities/android
59+
- Google+ Community: https://plus.google.com/communities/105153134372062985968
6060
- Stack Overflow: http://stackoverflow.com/questions/tagged/android
6161

6262
If you've found an error in this sample, please file an issue:

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ repositories {
2424
}
2525

2626
dependencies {
27-
compile 'com.android.tools.lint:lint-api:25.2.3'
28-
compile 'com.android.tools.lint:lint-checks:25.2.3'
27+
compile 'com.android.tools.lint:lint-api:25.3.0'
28+
compile 'com.android.tools.lint:lint-checks:25.3.0'
2929
testCompile 'junit:junit:4.11'
30-
testCompile 'com.android.tools.lint:lint:25.2.3'
31-
testCompile 'com.android.tools.lint:lint-tests:25.2.3'
32-
testCompile 'com.android.tools:testutils:25.2.3'
30+
testCompile 'com.android.tools.lint:lint:25.3.0'
31+
testCompile 'com.android.tools.lint:lint-tests:25.3.0'
32+
testCompile 'com.android.tools:testutils:25.3.0'
3333
}
3434

3535
jar {

src/main/java/com/example/google/lint/MainActivityDetector.java~

Lines changed: 0 additions & 185 deletions
This file was deleted.

src/test/java/com/example/google/lint/MainActivityDetectorTest.java~

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)