Skip to content

Commit d9148b8

Browse files
committed
fixed lint issues
1 parent 7453d72 commit d9148b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
})
2727
testCompile 'junit:junit:4.12'
2828

29-
compile 'com.android.support:appcompat-v7:25.3.1'
30-
compile 'com.android.support:recyclerview-v7:25.3.1'
31-
compile 'com.android.support:design:25.3.1'
29+
compile 'com.android.support:appcompat-v7:25.4.0'
30+
compile 'com.android.support:recyclerview-v7:25.4.0'
31+
compile 'com.android.support:design:25.4.0'
3232
compile project(':fetch')
3333
}

0 commit comments

Comments
 (0)