diff --git a/build.gradle b/build.gradle index dbf2ec4..0936156 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.infullmobile:toolkit:0.3.24' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9fd7a9..a73afb3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon May 29 15:39:23 CEST 2017 +#Fri Jan 26 10:43:44 CET 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip diff --git a/sample/build.gradle b/sample/build.gradle index c1346da..04d739e 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.application' apply plugin: 'com.infullmobile.toolkit' -apply plugin: 'com.neenbedankt.android-apt' android { defaultConfig { @@ -22,7 +21,7 @@ dependencies { compile androidAppcompat compile androidDesign compile dagger - apt daggerCompiler + annotationProcessor daggerCompiler testCompile project(path: ':infullmvp-basetest') testCompile junit