We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80a129 commit 0da4e0aCopy full SHA for 0da4e0a
aop/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation gradleApi()
32
implementation localGroovy()
33
34
- implementation 'com.android.tools.build:gradle:3.0.0'
+ compileOnly 'com.android.tools.build:gradle:3.0.0'
35
}
36
37
apply from: 'bintray.gradle'
aop/ext.gradle
@@ -1,5 +1,5 @@
1
project.ext {
2
- pluginVersion = '2.0.2'
+ pluginVersion = '2.0.3'
3
Properties properties = new Properties()
4
if (project.file('local.properties').exists()) {
5
properties.load(project.file('local.properties').newDataInputStream())
0 commit comments