File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11project. 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())
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments