Skip to content

Commit 7dabf1b

Browse files
committed
Updated Support Library to 25.4.0
1 parent b98b8f3 commit 7dabf1b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
maven { url 'https://maven.google.com/' }
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:2.3.3'
@@ -15,5 +16,6 @@ buildscript {
1516
allprojects {
1617
repositories {
1718
jcenter()
19+
maven { url 'https://maven.google.com/' }
1820
}
1921
}

cardstackview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
compile 'com.android.support:support-v4:25.3.1'
26+
compile 'com.android.support:support-v4:25.4.0'
2727
}
2828

2929
publish {

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525

2626
ext {
27-
supportLibVersion = '25.3.1'
27+
supportLibVersion = '25.4.0'
2828
}
2929

3030
dependencies {

0 commit comments

Comments
 (0)