File tree 10 files changed +28
-21
lines changed 10 files changed +28
-21
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ android {
43
43
dependencies {
44
44
compile project(' :componentservice' )
45
45
compile ' com.android.support.constraint:constraint-layout:1.0.2'
46
- annotationProcessor project(' :router-anno-compiler' )
47
- // annotationProcessor 'com.github.mqzhangw:JIMU: router-anno-compiler- 1.0.1'
46
+ // annotationProcessor project(':router-anno-compiler')
47
+ annotationProcessor ' com.github.jimu: router-anno-compiler: 1.0.1'
48
48
}
49
49
50
50
combuild {
Original file line number Diff line number Diff line change @@ -29,9 +29,8 @@ dependencies {
29
29
compile ' com.android.support:appcompat-v7:26.+'
30
30
testCompile ' junit:junit:4.12'
31
31
compile ' com.squareup.picasso:picasso:2.5.2'
32
- // compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{
33
- // exclude group: 'com.android.support', module: 'appcompat-v7'
34
- // })
32
+
35
33
compile project(" :componentlib" )
34
+ compile ' com.github.jimu:componentlib:1.3.1'
36
35
}
37
36
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ buildscript {
9
9
url ' https://maven.google.com/'
10
10
name ' Google'
11
11
}
12
+ maven {
13
+ url ' https://dl.bintray.com/leobert-lan-oss/maven/'
14
+ }
12
15
}
13
16
dependencies {
14
17
classpath ' com.android.tools.build:gradle:2.3.3'
@@ -23,6 +26,9 @@ allprojects {
23
26
repositories {
24
27
jcenter()
25
28
maven { url ' https://jitpack.io' }
29
+ maven {
30
+ url ' https://dl.bintray.com/leobert-lan-oss/maven/'
31
+ }
26
32
maven {
27
33
url ' https://maven.google.com/'
28
34
name ' Google'
Original file line number Diff line number Diff line change 9
9
artifact = bintrayName
10
10
libraryName = ' component build lib '
11
11
libraryDescription = ' component build lib '
12
- libraryVersion = " 1.3.0 "
12
+ libraryVersion = " 1.3.1 "
13
13
licenseName = ' The Apache Software License, Version 2.0'
14
14
licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
15
15
allLicenses = [" Apache-2.0" ]
@@ -43,10 +43,8 @@ dependencies {
43
43
exclude group : ' com.android.support' , module : ' support-annotations'
44
44
})
45
45
testCompile ' junit:junit:4.12'
46
- compile project(' :router-annotation' )
47
- // compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', {
48
- // exclude group: 'com.android.support'
49
- // })
46
+ // compile project(':router-annotation')
47
+ compile ' com.github.jimu:router-annotation:1.0.1'
50
48
compile ' com.google.code.gson:gson:2.8.2'
51
49
52
50
}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ org.gradle.jvmargs=-Xmx1536m
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
# org.gradle.parallel=true
14
14
mainmodulename =app
15
- bintrayRepo =compbuild
16
- publishedGroupId =com.luojilab.ddcomponent
17
- siteUrl =https://github.com/luojilab/DDComponentForAndroid
18
- gitUrl =https://github.com/luojilab/DDComponentForAndroid .git
15
+ bintrayRepo =maven
16
+ publishedGroupId =com.github.jimu
17
+ siteUrl =https://github.com/mqzhangw/JIMU
18
+ gitUrl =https://github.com/mqzhangw/JIMU .git
19
19
developerId =mqzhang
20
20
developerName =mqzhang
21
21
developerEmail =zhmqq0527@gmail.com
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
39
39
dependencies {
40
40
compile project(' :componentservice' )
41
41
compile fileTree(include : [' *.jar' ], dir : ' libs' )
42
- // annotationProcessor 'com.luojilab.ddcomponent :router-anno-compiler:1.0.0 '
43
- annotationProcessor project(' :router-anno-compiler' )
42
+ annotationProcessor ' com.github.jimu :router-anno-compiler:1.0.1 '
43
+ // annotationProcessor project(':router-anno-compiler')
44
44
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
45
45
exclude group : ' com.android.support' , module : ' support-annotations'
46
46
})
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ dependencies {
23
23
compile ' org.apache.commons:commons-lang3:3.4'
24
24
compile ' org.apache.commons:commons-collections4:4.1'
25
25
26
- compile project(' :router-annotation' )
26
+ // compile project(':router-annotation')
27
+ compile ' com.github.jimu:router-annotation:1.0.1'
27
28
28
29
}
29
30
Original file line number Diff line number Diff line change 1
1
apply plugin : ' java'
2
2
3
+ group= " com.github.jimu"
4
+
3
5
ext {
6
+ bintrayRepo = ' maven'
4
7
bintrayName = ' router-annotation'
5
8
artifact = bintrayName
6
9
libraryName = ' router-annotation '
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
34
34
35
35
dependencies {
36
36
compile project(' :componentservice' )
37
- // annotationProcessor 'com.luojilab.ddcomponent :router-anno-compiler:1.0.0 '
38
- annotationProcessor project(' :router-anno-compiler' )
37
+ annotationProcessor ' com.github.jimu :router-anno-compiler:1.0.1 '
38
+ // annotationProcessor project(':router-anno-compiler')
39
39
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
40
40
exclude group : ' com.android.support' , module : ' support-annotations'
41
41
})
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
39
39
dependencies {
40
40
compile fileTree(dir : ' libs' , include : [' *.jar' ])
41
41
compile project(' :componentservice' )
42
- // kapt 'com.luojilab.ddcomponent :router-anno-compiler:1.0.0'
43
- kapt project( ' :router-anno-compiler' )
42
+ // kapt project(' :router-anno-compiler')
43
+ kapt ' com.github.jimu :router-anno-compiler:1.0.1 '
44
44
compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
45
45
}
46
46
You can’t perform that action at this time.
0 commit comments