File tree 5 files changed +5
-9
lines changed
5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' com.neenbedankt.android-apt'
3
2
4
3
sourceCompatibility = 1.7
5
4
targetCompatibility = 1.7
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
- apply plugin : ' com.neenbedankt.android-apt'
3
2
4
3
sourceCompatibility = 1.7
5
4
targetCompatibility = 1.7
@@ -32,5 +31,5 @@ dependencies {
32
31
testCompile ' junit:junit:4.12'
33
32
compile ' com.android.support:appcompat-v7:23.2.1'
34
33
compile project(' :app_module' )
35
- apt project(' :compiler' )
34
+ annotationProcessor project(' :compiler' )
36
35
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' com.neenbedankt.android-apt'
3
2
4
3
android {
5
4
compileSdkVersion 24
@@ -30,5 +29,5 @@ dependencies {
30
29
compile ' com.android.support:appcompat-v7:24.2.1'
31
30
testCompile ' junit:junit:4.12'
32
31
compile project(' :activityrouter' )
33
- apt project(' :compiler' )
32
+ annotationProcessor project(' :compiler' )
34
33
}
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.0 '
8
+ classpath ' com.android.tools.build:gradle:2.2.3 '
9
9
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
11
- classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
12
11
13
12
// NOTE: Do not place your application dependencies here; they belong
14
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 28
28
}
29
29
30
30
dependencies {
31
- compile ' com.google.auto.service:auto-service :1.0-rc2 '
32
- compile ' com.squareup:javapoet :1.6.1 '
31
+ compile ' com.squareup:javapoet :1.8.0 '
32
+ compile ' com.google.auto.service:auto-service :1.0-rc3 '
33
33
compile ' com.github.mzule.activityrouter:annotation:1.1.5'
34
34
}
35
35
You can’t perform that action at this time.
0 commit comments