Skip to content

Commit 33701d9

Browse files
author
Ingo Schwarz
committed
Upgrade to latests support libs
1 parent 3b80874 commit 33701d9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424

2525
dependencies {
26-
compile 'com.android.support:appcompat-v7:25.1.0'
27-
compile 'com.android.support:support-compat:25.1.0'
26+
compile 'com.android.support:appcompat-v7:25.3.1'
27+
compile 'com.android.support:support-compat:25.3.1'
2828

2929
compile project(':tableview')
3030
}

tableview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ android {
4949
}
5050

5151
dependencies {
52-
compile 'com.android.support:appcompat-v7:25.1.0'
53-
compile 'com.android.support:support-compat:25.1.0'
52+
compile 'com.android.support:appcompat-v7:25.3.1'
53+
compile 'com.android.support:support-compat:25.3.1'
5454

5555
testCompile 'junit:junit:4.12'
5656
testCompile 'org.mockito:mockito-core:1.9.5'

0 commit comments

Comments
 (0)