File tree 4 files changed +7
-6
lines changed
buildsrc/src/main/resources/META-INF/gradle-plugins
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change
1
+ implementation-class =com.dovar.plugin.RouterPlugin
Original file line number Diff line number Diff line change 1
1
apply plugin : ' java'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
4
- group = ' com.github.Dovar66 '
4
+ group = ' com.dovar '
5
5
6
6
dependencies {
7
7
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
4
- group = ' com.github.Dovar66 '
4
+ group = ' com.dovar '
5
5
6
6
android {
7
7
compileSdkVersion 27
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import org.gradle.internal.jvm.Jvm
2
2
apply plugin : ' java-library'
3
3
apply plugin : ' com.github.dcendents.android-maven'
4
4
5
- group = ' com.github.Dovar66 '
5
+ group = ' com.dovar '
6
6
7
7
dependencies {
8
- compile ' com.google.auto.service:auto-service:1.0-rc3'
9
- compile ' com.squareup:javapoet:1.7.0'
8
+ api ' com.google.auto.service:auto-service:1.0-rc3'
9
+ api ' com.squareup:javapoet:1.7.0'
10
10
compileOnly files(Jvm . current(). getToolsJar())
11
11
12
- compile project(' :router-annotation' )
12
+ implementation project(' :router-annotation' )
13
13
}
14
14
15
15
sourceCompatibility = " 1.7"
You can’t perform that action at this time.
0 commit comments