Updating support library

This commit is contained in:
anthony restaino 2017-06-08 23:17:04 -04:00
parent aa7da072a3
commit 6ef75b838e
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dexcount {
dependencies {
// support libraries
def supportLibVersion = '25.3.1'
def supportLibVersion = '25.4.0'
compile "com.android.support:palette-v7:$supportLibVersion"
compile "com.android.support:appcompat-v7:$supportLibVersion"
compile "com.android.support:design:$supportLibVersion"

View File

@ -12,6 +12,7 @@ allprojects {
repositories {
jcenter()
mavenCentral()
maven { url "https://maven.google.com" }
}
}