Skip to content

Commit

Permalink
Android发布1.0.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglikun7342 committed Dec 22, 2018
1 parent 63e590a commit 614116b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Android/adb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
compile files('libs/AdbLib.jar')
implementation files('libs/AdbLib.jar')
}
2 changes: 1 addition & 1 deletion Android/adb/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
publish {
def groupProjectID = 'com.didichuxing.doraemonkit'
def artifactProjectID = 'adb'
def publishVersionID = '0.0.1'
def publishVersionID = '1.0.0'

userOrg = 'doraemonkit'
repoName = 'DoraemonKit'
Expand Down
7 changes: 4 additions & 3 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.didichuxing.doraemonkit:doraemonkit:0.0.1'
implementation project(':doraemonkit')
// implementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
compile 'com.squareup.okio:okio:1.11.0'
implementation 'com.squareup.okhttp3:okhttp:3.6.0'
implementation 'com.squareup.okio:okio:1.11.0'
}
10 changes: 2 additions & 8 deletions Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://dl.bintray.com/doraemonkit/DoraemonKit"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.novoda:bintray-release:0.9'
classpath 'com.didichuxing.doraemonkit:compiler:0.0.2'
classpath 'com.didichuxing.doraemonkit:compiler:1.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -22,14 +19,11 @@ allprojects {
repositories {
google()
jcenter()
maven {
url "https://dl.bintray.com/doraemonkit/DoraemonKit"
}
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

tasks.getByPath(":doraemonkit:javadocRelease").enabled = false
tasks.getByPath(":doraemonkit:javadocRelease").enabled = false
2 changes: 1 addition & 1 deletion Android/compiler-plugin/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
publish {
def groupProjectID = 'com.didichuxing.doraemonkit'
def artifactProjectID = 'compiler'
def publishVersionID = '0.0.2'
def publishVersionID = '1.0.0'

userOrg = 'doraemonkit'
repoName = 'DoraemonKit'
Expand Down
4 changes: 2 additions & 2 deletions Android/doraemonkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.didichuxing.doraemonkit:adb:0.0.1'
implementation 'com.didichuxing.doraemonkit:adb:1.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
Expand All @@ -35,7 +35,7 @@ dependencies {
}
implementation 'com.squareup.okhttp3:okhttp:3.6.0'
compileOnly 'com.squareup.okio:okio:1.11.0'
compileOnly 'com.didichuxing.doraemonkit:compiler:0.0.2'
compileOnly 'com.didichuxing.doraemonkit:compiler:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion Android/doraemonkit/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
publish {
def groupProjectID = 'com.didichuxing.doraemonkit'
def artifactProjectID = 'doraemonkit'
def publishVersionID = '0.0.1'
def publishVersionID = '1.0.0'

userOrg = 'doraemonkit'
repoName = 'DoraemonKit'
Expand Down
2 changes: 1 addition & 1 deletion Doc/android_cn_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 1: Gradle依赖

```
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:0.0.1'
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0'
```

Tip: 只在Debug环境中进行集成,不要带到线上。有一些hook操作会污染线上代码。
Expand Down
2 changes: 1 addition & 1 deletion Doc/android_en_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 1: Use Gradle to Get latest version of DoraemonKit

```
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:0.0.1'
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0'
```

Tip: Use DoraemonKit in debug model.
Expand Down

0 comments on commit 614116b

Please sign in to comment.