File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23.0.1 "
5
+ buildToolsVersion " 23.0.2 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 14
@@ -21,7 +21,7 @@ android {
21
21
dependencies {
22
22
compile fileTree(dir : ' libs' , include : [' *.jar' ])
23
23
testCompile ' junit:junit:4.12'
24
- compile ' com.android.support:appcompat-v7:23.0 .1'
24
+ compile ' com.android.support:appcompat-v7:23.1 .1'
25
25
}
26
26
27
27
apply from : ' ./gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23.0.0 "
5
+ buildToolsVersion " 23.0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.cleveroad.custompagerpresentation"
@@ -25,7 +25,7 @@ android {
25
25
dependencies {
26
26
compile fileTree(include : [' *.jar' ], dir : ' libs' )
27
27
testCompile ' junit:junit:4.12'
28
- compile ' com.android.support:appcompat-v7:23.0 .1'
29
- compile ' com.android.support:percent:23.0 .1'
28
+ compile ' com.android.support:appcompat-v7:23.1 .1'
29
+ compile ' com.android.support:percent:23.1 .1'
30
30
compile project(' :lib' )
31
31
}
You can’t perform that action at this time.
0 commit comments