Skip to content

Commit

Permalink
Merge pull request #1096 from JakeWharton/jw/stuff/2017-10-06
Browse files Browse the repository at this point in the history
Stuff
  • Loading branch information
JakeWharton authored Oct 7, 2017
2 parents 344b187 + 77824fb commit daa688a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
ext.versions = [
'minSdk': 14,
'compileSdk': 26,
'buildTools': '26.0.1',

'supportLibrary': '26.0.2',
'androidPlugin': '3.0.0-beta7',
Expand Down Expand Up @@ -42,6 +41,7 @@ buildscript {
'service': 'com.google.auto.service:auto-service:1.0-rc3',
'common': 'com.google.auto:auto-common:0.8',
],
'guava': 'com.google.guava:guava:23.0',
'release': [
'runtime': "com.jakewharton:butterknife:${versions.release}",
'compiler': "com.jakewharton:butterknife-compiler:${versions.release}"
Expand Down
1 change: 1 addition & 0 deletions butterknife-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
dependencies {
implementation project(':butterknife-annotations')
implementation deps.auto.common
implementation deps.guava
api deps.javapoet
compileOnly deps.auto.service
compileOnly files(org.gradle.internal.jvm.Jvm.current().getToolsJar())
Expand Down
1 change: 0 additions & 1 deletion butterknife-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down
1 change: 0 additions & 1 deletion butterknife/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
minSdkVersion versions.minSdk
Expand Down
1 change: 0 additions & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down
1 change: 0 additions & 1 deletion sample/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ apply plugin: 'com.jakewharton.butterknife'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
minSdkVersion versions.minSdk
Expand Down

0 comments on commit daa688a

Please sign in to comment.