Skip to content

Commit

Permalink
Updated build tools to 24.0.2 & Butterknife to 8.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Aug 25, 2016
1 parent ed27d13 commit 558cead
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def gitCommitCount = 100 +

android {
compileSdkVersion 24
buildToolsVersion '24.0.1'
buildToolsVersion '24.0.2'

defaultConfig {
applicationId "io.plaidapp"
Expand Down Expand Up @@ -72,9 +72,7 @@ repositories {
jcenter()
}

ext {
supportLibVersion = '24.2.0'
}
ext.supportLibVersion = '24.2.0'

dependencies {
compile "com.android.support:palette-v7:${supportLibVersion}"
Expand All @@ -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')
}

0 comments on commit 558cead

Please sign in to comment.