Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dengwei.dw committed Apr 19, 2021
1 parent ae1a7d4 commit b4e4f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b4e4f9a

Please sign in to comment.