We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b80874 commit 33701d9Copy full SHA for 33701d9
2 files changed
app/build.gradle
@@ -23,8 +23,8 @@ android {
23
}
24
25
dependencies {
26
- compile 'com.android.support:appcompat-v7:25.1.0'
27
- compile 'com.android.support:support-compat:25.1.0'
+ compile 'com.android.support:appcompat-v7:25.3.1'
+ compile 'com.android.support:support-compat:25.3.1'
28
29
compile project(':tableview')
30
tableview/build.gradle
@@ -49,8 +49,8 @@ android {
49
50
51
52
53
54
55
testCompile 'junit:junit:4.12'
56
testCompile 'org.mockito:mockito-core:1.9.5'
0 commit comments