Skip to content

Commit a1b7c0a

Browse files
committed
Version 12.4.0
- Dependencies updates - Minimum scrolling diff
1 parent 7ed97c0 commit a1b7c0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
10-
classpath 'com.android.tools.build:gradle:2.3.1'
10+
classpath 'com.android.tools.build:gradle:2.3.3'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
@@ -18,7 +18,8 @@ allprojects {
1818
repositories {
1919
jcenter()
2020
maven { url 'https://jitpack.io' }
21+
maven { url "https://maven.google.com" }
2122
}
2223

23-
project.ext.supportLibVersion = '25.3.1'
24+
project.ext.supportLibVersion = '25.4.0'
2425
}

0 commit comments

Comments
 (0)