Skip to content

Commit 05579c4

Browse files
author
pengyuantao
committed
更新推送库的版本号
1 parent f4fd10b commit 05579c4

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@ dependencies {
7676
annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
7777
compile 'com.android.support:appcompat-v7:25.3.1'
7878
compile 'com.android.support.constraint:constraint-layout:1.0.2'
79-
compile 'com.peng.library:one-push-core:1.2.2'
79+
compile 'com.peng.library:one-push-core:1.2.3'
8080
compile 'com.peng.library:one-push-getui:1.2.1'
8181
// compile 'com.peng.library:one-push-huawei:1.2.1'
82-
compile 'com.peng.library:one-push-huawei-hms:1.2.1'
83-
compile 'com.peng.library:one-push-xiaomi:1.2.1'
84-
compile 'com.peng.library:one-push-meizu:1.2.2'
85-
compile 'com.peng.library:one-push-jpush:1.2.1'
86-
// compile('com.peng.library:one-push-umeng:1.2.1') {
87-
// //如果你使用了其他工程的utdid4all的jar,导致和OnePush冲突的话,请把下面加上
88-
// //exclude group: 'com.peng.library', module: 'one-push-umeng-utdid4all'
89-
// }
82+
compile 'com.peng.library:one-push-huawei-hms:1.2.3'
83+
compile 'com.peng.library:one-push-xiaomi:1.2.3'
84+
compile 'com.peng.library:one-push-meizu:1.2.3'
85+
compile 'com.peng.library:one-push-jpush:1.2.3'
86+
compile('com.peng.library:one-push-umeng:1.2.3') {
87+
//如果你使用了其他工程的utdid4all的jar,导致和OnePush冲突的话,请把下面加上
88+
//exclude group: 'com.peng.library', module: 'one-push-umeng-utdid4all'
89+
}
9090

9191

92-
compile project(':one-push-umeng')
92+
// compile project(':one-push-umeng')
9393
//// compile project(':one-push-huawei')
9494
// compile project(':one-push-huawei-hms')
9595
// compile project(':one-push-xiaomi')

one-push-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 14
1616
targetSdkVersion 25
1717
versionCode 1
18-
versionName "1.2.2"
18+
versionName "1.2.3"
1919

2020
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2121

one-push-huawei-hms/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.2.1"
11+
versionName "1.2.3"
1212

1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414

one-push-jpush/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.2.1"
11+
versionName "1.2.3"
1212

1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
@@ -33,7 +33,7 @@ dependencies {
3333
})
3434
compile 'com.android.support:appcompat-v7:25.3.1'
3535
testCompile 'junit:junit:4.12'
36-
provided 'com.peng.library:one-push-core:1.2.1'
36+
provided 'com.peng.library:one-push-core:1.2.3'
3737
// provided project(':one-push-core')
3838
}
3939

one-push-meizu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.2.2"
11+
versionName "1.2.3"
1212

1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}

one-push-xiaomi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 14
1414
targetSdkVersion 25
1515
versionCode 1
16-
versionName "1.2.1"
16+
versionName "1.2.3"
1717

1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919

@@ -32,7 +32,7 @@ dependencies {
3232
exclude group: 'com.android.support', module: 'support-annotations'
3333
})
3434
testCompile 'junit:junit:4.12'
35-
provided 'com.peng.library:one-push-core:1.2.1'
35+
provided 'com.peng.library:one-push-core:1.2.3'
3636
// compile project(':one-push-core')
3737
}
3838

0 commit comments

Comments
 (0)