Skip to content

Commit 43a4cf7

Browse files
author
chenzhong.cz
committed
[atlas-core] 新release版本
1 parent f999e95 commit 43a4cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlas-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
group = 'com.taobao.android'
2828
description = """atlas_core"""
2929
String postFix = mini=='true' ? "-mini" : "";
30-
version "5.0.8.6${postFix}"
30+
version "5.1.0.0${postFix}"
3131

3232
String getEnvValue(key, defValue) {
3333
def val = System.getProperty(key);

0 commit comments

Comments
 (0)