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 @@ -15,7 +15,7 @@ android {
15
15
}
16
16
17
17
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 '
20
20
compile project(' :library' )
21
21
}
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ repositories {
5
5
}
6
6
7
7
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 '
11
11
compile ' com.nineoldandroids:library:2.4.0'
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments