Skip to content

Commit 0da4e0a

Browse files
committed
Release 2.0.3
1 parent b80a129 commit 0da4e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aop/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation gradleApi()
3232
implementation localGroovy()
3333

34-
implementation 'com.android.tools.build:gradle:3.0.0'
34+
compileOnly 'com.android.tools.build:gradle:3.0.0'
3535
}
3636

3737
apply from: 'bintray.gradle'

aop/ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext {
2-
pluginVersion = '2.0.2'
2+
pluginVersion = '2.0.3'
33
Properties properties = new Properties()
44
if (project.file('local.properties').exists()) {
55
properties.load(project.file('local.properties').newDataInputStream())

0 commit comments

Comments
 (0)