Skip to content

Commit 976ab46

Browse files
committed
Bump support libraries to v25.1.0
1 parent f043dbc commit 976ab46

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

common/android-set-common-properties.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
android {
18-
compileSdkVersion 23
18+
compileSdkVersion 25
1919

2020
if (System.getenv("JITPACK") == "true") {
2121
buildToolsVersion '25.0.1'

example/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ if (loadSigningConfigFromPropertiesFile(
6060
dependencies {
6161
compile fileTree(dir: 'libs', include: ['*.jar'])
6262
compile project(':library')
63-
compile 'com.android.support:design:25.0.1'
64-
compile 'com.h6ah4i.android.tablayouthelper:tablayouthelper:0.7.0'
63+
compile 'com.android.support:design:25.1.0'
64+
compile ('com.h6ah4i.android.tablayouthelper:tablayouthelper:0.7.0') {
65+
exclude group: 'com.android.support'
66+
}
6567
}

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ android {
5656
}
5757

5858
dependencies {
59-
compile 'com.android.support:appcompat-v7:25.0.1'
60-
compile 'com.android.support:recyclerview-v7:25.0.1'
59+
compile 'com.android.support:appcompat-v7:25.1.0'
60+
compile 'com.android.support:recyclerview-v7:25.1.0'
6161

6262
testCompile 'junit:junit:4.12'
6363
testCompile 'org.hamcrest:hamcrest-library:1.3'

0 commit comments

Comments
 (0)