Skip to content

Commit 8ba6d11

Browse files
committed
modify bintray account to upload aar
1 parent bdd9ff6 commit 8ba6d11

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

mars/libraries/mars_android_sdk/bintray.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ bintray {
102102
publish = true
103103

104104
pkg {
105-
repo = 'maven'
106-
userOrg = 'marsopen'
105+
// repo = 'maven'
106+
// userOrg = 'marsopen'
107+
repo = 'mars'
108+
userOrg= 'weixin210'
107109
name = PROJ_NAME
108110
desc = PROJ_DESCRIPTION
109111
websiteUrl = PROJ_WEBSITEURL

mars/libraries/mars_android_sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJ_VERSION=1.1.4
77
### 最后 gradle引用的形式就是 $PROJ_GROUP:$PROJ_ARTIFACTID:$PROJ_VERSION
88

99
# 库名
10-
PROJ_NAME=Mars
10+
PROJ_NAME=Mars-Core
1111
# 库的项目主页
1212
PROJ_WEBSITEURL=https://github.com/Tencent/mars
1313
# 问题跟踪地址

mars/libraries/mars_xlog_sdk/bintray.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ bintray {
102102
publish = true
103103

104104
pkg {
105-
repo = 'maven'
106-
userOrg = 'marsopen'
105+
// repo = 'maven'
106+
// userOrg = 'marsopen'
107+
repo = 'mars'
108+
userOrg= 'weixin210'
107109
name = PROJ_NAME
108110
desc = PROJ_DESCRIPTION
109111
websiteUrl = PROJ_WEBSITEURL

samples/android/marsSampleChat/wrapper/bintray.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ bintray {
9595
publish = true
9696

9797
pkg {
98-
repo = 'maven'
99-
userOrg = 'marsopen'
98+
// repo = 'maven'
99+
// userOrg = 'marsopen'
100+
repo = 'mars'
101+
userOrg= 'weixin210'
100102
name = PROJ_NAME
101103
desc = PROJ_DESCRIPTION
102104
websiteUrl = PROJ_WEBSITEURL

0 commit comments

Comments
 (0)