Version bump butterknife plugin

This commit is contained in:
Markus M. May 2018-04-02 22:43:20 +02:00
parent c06b89e8e4
commit 9006721873
3 changed files with 9 additions and 6 deletions

View file

@ -16,9 +16,11 @@ apply plugin: 'com.jakewharton.butterknife'
ext {
supportLibraryVersion = "27.0.2"
sdkBuildVersion = "27.0.3"
ormLiteVersion = "4.46"
powermockVersion = "1.7.3"
dexmakerVersion = "1.2"
butterknifeVersion = "8.8.1"
}
@ -55,7 +57,7 @@ tasks.matching {it instanceof Test}.all {
android {
compileSdkVersion 27
buildToolsVersion "${supportLibraryVersion}"
buildToolsVersion "${sdkBuildVersion}"
defaultConfig {
applicationId "info.nightscout.androidaps"
@ -221,8 +223,8 @@ dependencies {
implementation 'org.mozilla:rhino:1.7.7.2'
api "com.jakewharton:butterknife:8.8.1"
annotationProcessor "com.jakewharton:butterknife-compiler:8.8.1"
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
annotationProcessor "com.jakewharton:butterknife-compiler:${butterknifeVersion}"
testImplementation "junit:junit:4.12"
testImplementation "org.json:json:20140107"

View file

@ -4,14 +4,15 @@ buildscript {
repositories {
jcenter()
google()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.jakewharton:butterknife-gradle-plugin:8.4.0'
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
}
}

View file

@ -28,7 +28,7 @@ def generateGitBuild = { ->
android {
compileSdkVersion 23
buildToolsVersion "26.0.2"
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "info.nightscout.androidaps"