Skip to content

Commit 047c4f4

Browse files
committed
1 parent 4ec61db commit 047c4f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
}
1616

1717
dependencies {
18-
compile 'com.android.support:support-v4:23.1.1'
19-
compile 'com.android.support:appcompat-v7:23.1.1'
18+
compile 'com.android.support:support-v4:23.4.0'
19+
compile 'com.android.support:appcompat-v7:23.4.0'
2020
compile project(':library')
2121
}

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ repositories {
55
}
66

77
dependencies {
8-
compile 'com.android.support:support-v4:23.1.1'
9-
compile 'com.android.support:support-annotations:23.1.1'
10-
compile 'com.android.support:recyclerview-v7:23.1.1'
8+
compile 'com.android.support:support-v4:23.4.0'
9+
compile 'com.android.support:support-annotations:23.4.0'
10+
compile 'com.android.support:recyclerview-v7:23.4.0'
1111
compile 'com.nineoldandroids:library:2.4.0'
1212
}
1313

0 commit comments

Comments
 (0)