Skip to content

Commit 4081c97

Browse files
committed
* updated libraries versions
1 parent 4046850 commit 4081c97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.1"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
minSdkVersion 14
@@ -21,7 +21,7 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
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'
2525
}
2626

2727
apply from: './gradle-mvn-push.gradle'

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.0"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "com.cleveroad.custompagerpresentation"
@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
compile fileTree(include: ['*.jar'], dir: 'libs')
2727
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'
3030
compile project(':lib')
3131
}

0 commit comments

Comments
 (0)