We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed97c0 commit a1b7c0aCopy full SHA for a1b7c0a
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
dependencies {
9
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
10
- classpath 'com.android.tools.build:gradle:2.3.1'
+ classpath 'com.android.tools.build:gradle:2.3.3'
11
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
@@ -18,7 +18,8 @@ allprojects {
18
repositories {
19
jcenter()
20
maven { url 'https://jitpack.io' }
21
+ maven { url "https://maven.google.com" }
22
23
- project.ext.supportLibVersion = '25.3.1'
24
+ project.ext.supportLibVersion = '25.4.0'
25
0 commit comments