Skip to content

Commit 9a78d6e

Browse files
author
heweizong
committed
update
1 parent cbb122a commit 9a78d6e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
implementation-class=com.dovar.plugin.RouterPlugin

router-annotation/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group = 'com.github.Dovar66'
4+
group = 'com.dovar'
55

66
dependencies {
77
}

router-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group = 'com.github.Dovar66'
4+
group = 'com.dovar'
55

66
android {
77
compileSdkVersion 27

router-compiler/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import org.gradle.internal.jvm.Jvm
22
apply plugin: 'java-library'
33
apply plugin: 'com.github.dcendents.android-maven'
44

5-
group = 'com.github.Dovar66'
5+
group = 'com.dovar'
66

77
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'
1010
compileOnly files(Jvm.current().getToolsJar())
1111

12-
compile project(':router-annotation')
12+
implementation project(':router-annotation')
1313
}
1414

1515
sourceCompatibility = "1.7"

0 commit comments

Comments
 (0)