File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
android {
18
- compileSdkVersion 23
18
+ compileSdkVersion 25
19
19
20
20
if (System . getenv(" JITPACK" ) == " true" ) {
21
21
buildToolsVersion ' 25.0.1'
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ if (loadSigningConfigFromPropertiesFile(
60
60
dependencies {
61
61
compile fileTree(dir : ' libs' , include : [' *.jar' ])
62
62
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
+ }
65
67
}
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ android {
56
56
}
57
57
58
58
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 '
61
61
62
62
testCompile ' junit:junit:4.12'
63
63
testCompile ' org.hamcrest:hamcrest-library:1.3'
You can’t perform that action at this time.
0 commit comments