Skip to content

Commit

Permalink
core 使用5.0.7.52-rc7-SNAPSHOT版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongcang committed Nov 10, 2017
1 parent 8825b0f commit 5458cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
group = 'com.taobao.android'
description = """atlas_core"""
String postFix = mini=='true' ? "-mini" : "";
version "5.0.8.0${postFix}-SNAPSHOT"
version "5.0.7.52-rc7-SNAPSHOT"

String getEnvValue(key, defValue) {
def val = System.getProperty(key);
Expand Down

0 comments on commit 5458cc6

Please sign in to comment.