Skip to content

Commit 9928fd4

Browse files
committed
Release 1.0.3
1 parent 6be22a3 commit 9928fd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
compile gradleApi()
3232
compile localGroovy()
3333

34-
compile 'com.android.tools.build:gradle:2.1.2'
34+
compile 'com.android.tools.build:gradle:2.0.0'
3535
compile "org.aspectj:aspectjtools:1.8.10"
3636
compile "org.aspectj:aspectjrt:1.8.10"
3737
}

aop/ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project.ext {
22
aspectjVersion = '1.8.10'
3-
pluginVersion = '1.0.2'
3+
pluginVersion = '1.0.3'
44
Properties properties = new Properties()
55
if (project.file('local.properties').exists()) {
66
properties.load(project.file('local.properties').newDataInputStream())

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:2.2.2'
10+
classpath 'com.android.tools.build:gradle:2.0.0'
1111
classpath 'org.aspectj:aspectjtools:1.8.10'
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)