Skip to content

Commit

Permalink
尝试发布最初版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Aug 27, 2019
1 parent 266816b commit 295cbb6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions keeplive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ dependencies {
compileOnly deps.support.app_compat
}

apply from: "../JitPackUpload.gradle"

4 changes: 3 additions & 1 deletion xpush-huawei/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ dependencies {

implementation 'com.huawei.android.hms:push:2.6.3.306'
implementation 'com.huawei.android.hms:base:2.6.3.306'

}

apply from: "../JitPackUpload.gradle"

2 changes: 2 additions & 0 deletions xpush-umeng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ dependencies {
//PushSDK
implementation 'com.umeng.umsdk:push:6.0.1'
}

apply from: "../JitPackUpload.gradle"
3 changes: 2 additions & 1 deletion xpush-xiaomi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly deps.support.app_compat
compileOnly project(path: ':xpush-core')

}

apply from: "../JitPackUpload.gradle"

0 comments on commit 295cbb6

Please sign in to comment.