Skip to content

Commit

Permalink
compileOnly "com.android.tools.build:gradle"
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDengg committed Aug 5, 2019
1 parent 574af9f commit 487535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click-debounce-gradle-plugin/gradle-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
implementation "com.android.tools.build:gradle:3.3.2"
compileOnly "com.android.tools.build:gradle:3.3.2"
implementation 'commons-io:commons-io:2.6'
implementation 'org.ow2.asm:asm:7.0'
implementation 'org.ow2.asm:asm-commons:6.0'
Expand Down

0 comments on commit 487535f

Please sign in to comment.