diff --git a/app/build.gradle b/app/build.gradle index d22e617e1..708f8c402 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ def gitCommitCount = 100 + android { compileSdkVersion 24 - buildToolsVersion '24.0.1' + buildToolsVersion '24.0.2' defaultConfig { applicationId "io.plaidapp" @@ -72,9 +72,7 @@ repositories { jcenter() } -ext { - supportLibVersion = '24.2.0' -} +ext.supportLibVersion = '24.2.0' dependencies { compile "com.android.support:palette-v7:${supportLibVersion}" @@ -86,8 +84,8 @@ dependencies { compile 'com.squareup.okhttp3:okhttp:3.4.1' compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar' - compile 'com.jakewharton:butterknife:8.2.1' - apt 'com.jakewharton:butterknife-compiler:8.2.1' + compile 'com.jakewharton:butterknife:8.3.0' + apt 'com.jakewharton:butterknife-compiler:8.3.0' compile 'org.jsoup:jsoup:1.9.2' compile project(':bypass') }