update Gradle to 2.0

This commit is contained in:
tibbi
2016-04-11 19:34:06 +02:00
parent b8642927a1
commit 3c99b39969
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.github.yukuku:ambilwarna:2.0.1'
}