Skip to content

Commit

Permalink
update atlas-core version in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
关杰 committed Mar 23, 2017
1 parent ee54b49 commit fa837d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlas-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

group = 'com.taobao.android'
description = """atlas_core"""
version '5.0.6-rc8'
version '5.0.6-rc9'


sourceCompatibility = 1.7
Expand Down
2 changes: 1 addition & 1 deletion atlas-demo/AtlasDemo/activitygroupcompat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.1.0'
compile('com.taobao.android:atlas_core:5.0.6-rc8@aar')
compile('com.taobao.android:atlas_core:5.0.6-rc9@aar')
}
2 changes: 1 addition & 1 deletion atlas-demo/AtlasDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// bundleCompile project()
// providedCompile
compile('com.taobao.android:atlas_core:5.0.6-rc8@aar') {
compile('com.taobao.android:atlas_core:5.0.6-rc9@aar') {
transitive = true
}

Expand Down

0 comments on commit fa837d6

Please sign in to comment.