Skip to content

Commit

Permalink
release reouter-anno-1.0.1;router-anno-compiler-1.0.1;componentlib-1.…
Browse files Browse the repository at this point in the history
…3.1;
  • Loading branch information
leobert-lan committed Apr 18, 2018
1 parent 56d620f commit 4454927
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 21 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
dependencies {
compile project(':componentservice')
compile 'com.android.support.constraint:constraint-layout:1.0.2'
annotationProcessor project(':router-anno-compiler')
// annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
// annotationProcessor project(':router-anno-compiler')
annotationProcessor 'com.github.jimu:router-anno-compiler:1.0.1'
}

combuild {
Expand Down
5 changes: 2 additions & 3 deletions basiclib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:26.+'
testCompile 'junit:junit:4.12'
compile 'com.squareup.picasso:picasso:2.5.2'
// compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{
// exclude group: 'com.android.support', module: 'appcompat-v7'
// })

compile project(":componentlib")
compile 'com.github.jimu:componentlib:1.3.1'
}

6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
maven {
url 'https://dl.bintray.com/leobert-lan-oss/maven/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
Expand All @@ -23,6 +26,9 @@ allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven {
url 'https://dl.bintray.com/leobert-lan-oss/maven/'
}
maven {
url 'https://maven.google.com/'
name 'Google'
Expand Down
8 changes: 3 additions & 5 deletions componentlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
artifact = bintrayName
libraryName = 'component build lib '
libraryDescription = 'component build lib '
libraryVersion = "1.3.0"
libraryVersion = "1.3.1"
licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
Expand Down Expand Up @@ -43,10 +43,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile project(':router-annotation')
// compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', {
// exclude group: 'com.android.support'
// })
// compile project(':router-annotation')
compile 'com.github.jimu:router-annotation:1.0.1'
compile 'com.google.code.gson:gson:2.8.2'

}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
mainmodulename=app
bintrayRepo=compbuild
publishedGroupId=com.luojilab.ddcomponent
siteUrl=https://github.com/luojilab/DDComponentForAndroid
gitUrl=https://github.com/luojilab/DDComponentForAndroid.git
bintrayRepo=maven
publishedGroupId=com.github.jimu
siteUrl=https://github.com/mqzhangw/JIMU
gitUrl=https://github.com/mqzhangw/JIMU.git
developerId=mqzhang
developerName=mqzhang
developerEmail=zhmqq0527@gmail.com
4 changes: 2 additions & 2 deletions readercomponent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
dependencies {
compile project(':componentservice')
compile fileTree(include: ['*.jar'], dir: 'libs')
// annotationProcessor 'com.luojilab.ddcomponent:router-anno-compiler:1.0.0'
annotationProcessor project(':router-anno-compiler')
annotationProcessor 'com.github.jimu:router-anno-compiler:1.0.1'
// annotationProcessor project(':router-anno-compiler')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
Expand Down
3 changes: 2 additions & 1 deletion router-anno-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.4'
compile 'org.apache.commons:commons-collections4:4.1'

compile project(':router-annotation')
// compile project(':router-annotation')
compile 'com.github.jimu:router-annotation:1.0.1'

}

Expand Down
3 changes: 3 additions & 0 deletions router-annotation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: 'java'

group="com.github.jimu"

ext {
bintrayRepo = 'maven'
bintrayName = 'router-annotation'
artifact = bintrayName
libraryName = 'router-annotation '
Expand Down
4 changes: 2 additions & 2 deletions sharecomponent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {

dependencies {
compile project(':componentservice')
// annotationProcessor 'com.luojilab.ddcomponent:router-anno-compiler:1.0.0'
annotationProcessor project(':router-anno-compiler')
annotationProcessor 'com.github.jimu:router-anno-compiler:1.0.1'
// annotationProcessor project(':router-anno-compiler')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
Expand Down
4 changes: 2 additions & 2 deletions sharecomponentkotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':componentservice')
// kapt 'com.luojilab.ddcomponent:router-anno-compiler:1.0.0'
kapt project(':router-anno-compiler')
// kapt project(':router-anno-compiler')
kapt 'com.github.jimu:router-anno-compiler:1.0.1'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
}

Expand Down

0 comments on commit 4454927

Please sign in to comment.