Skip to content

Commit

Permalink
正式版发布
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhong.cz committed May 18, 2018
1 parent 5dfa9a2 commit c061397
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 @@ -27,7 +27,7 @@ repositories {
group = 'com.taobao.android'
description = """atlas_core"""
String postFix = mini=='true' ? "-mini" : "";
version "5.0.8.5${postFix}-interpret-rc9"
version "5.0.8.6${postFix}"

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

0 comments on commit c061397

Please sign in to comment.