Skip to content

Commit

Permalink
去除单击防重
Browse files Browse the repository at this point in the history
leo.plugin:magic-plugin
  • Loading branch information
wangweixu committed May 18, 2021
1 parent 79d334d commit 925de21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'cn.leo.plugin:magic-plugin:1.0.0' //java 用这个
// classpath 'cn.leo.plugin:magic-plugin:1.0.0' //java 用这个

classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
// classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
Expand Down
5 changes: 2 additions & 3 deletions frameLibraryWidget/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'cn.leo.plugin.magic' //java singleClick用这个
// apply plugin: 'cn.leo.plugin.magic' //java singleClick用这个

apply plugin: 'maven'


apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.GitHubWebb'

Expand Down Expand Up @@ -148,7 +147,7 @@ dependencies {
api 'com.github.bumptech.glide:glide:3.7.0'

//SingleClick单击防重
api 'com.github.jarryleo:SingleClick:v1.8.3'
// api 'com.github.jarryleo:SingleClick:v1.8.3'

//ParallaxBackLayout,目的仿苹果右划关闭页面
api 'com.github.anzewei:parallaxbacklayout:1.1.9'
Expand Down

0 comments on commit 925de21

Please sign in to comment.