diff --git a/README.md b/README.md index 0251473..95213e5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ I also wrote a **[BLOG](https://www.jianshu.com/p/28751130c038)** to share my id ## Requirements - JDK 1.7 + -- Gradle 3.0.0 + +- Gradle 4.0.0 + ## To build @@ -64,7 +64,7 @@ buildscript { } dependencies { ... - classpath 'com.github.SmartDengg.click-debounce:click-debounce-gradle-plugin:2.0.0' + classpath 'com.github.SmartDengg.click-debounce:click-debounce-gradle-plugin:2.1.0' } } diff --git a/build.gradle b/build.gradle index 4e2ddf1..d1fd385 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' -// classpath 'com.github.SmartDengg.asm-clickdebounce:click-debounce-gradle-plugin:2.0.0' + classpath 'com.github.SmartDengg.asm-clickdebounce:click-debounce-gradle-plugin:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }