Update to latest build tools and support libraries

This commit is contained in:
Jonas Kalderstam 2016-05-13 19:28:22 +02:00
parent 19155c77c5
commit 9cc21debcd
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:recyclerview-v7:23.1.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
testCompile 'junit:junit:4.12'
}

View File

@ -12,7 +12,7 @@ def gitCommitCount =
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"
packagingOptions {
exclude 'META-INF/LICENSE.txt'