Skip to content

Commit

Permalink
[atlas-graddle-plugin] release 2.3.3.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawulu committed Jun 26, 2017
1 parent df9c9a1 commit ab3438d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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,6 +22,6 @@ 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.7.166-SNAPSHOT')
compile('com.taobao.android:atlas_core:5.0.7.26')
//compile project(':atlas-core')
}
2 changes: 1 addition & 1 deletion atlas-demo/AtlasDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ atlas {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile('com.taobao.android:atlas_core:5.0.7.166-SNAPSHOT@aar') {
compile('com.taobao.android:atlas_core:5.0.7.26@aar') {

transitive = true
}
Expand Down
2 changes: 1 addition & 1 deletion atlas-demo/AtlasDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
dependencies {
classpath "com.taobao.android:atlasplugin:2.3.3.beta1"
classpath "com.taobao.android:atlasplugin:2.3.3.beta2"
}
}

Expand Down
4 changes: 2 additions & 2 deletions atlas-gradle-plugin/atlas-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ dependencies {

compile "com.taobao.android:aapt:2.3.1.rc2"

compile "com.taobao.android:dex_patch:1.4.0.9-rc16-SNAPSHOT"
compile "com.taobao.android:dex_patch:1.4.1"

testCompile "junit:junit:4.11"
}

version = '2.3.3.beta2-SNAPSHOT'
version = '2.3.3.beta2'
2 changes: 1 addition & 1 deletion atlas-gradle-plugin/dexpatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ dependencies {

group 'com.taobao.android'

version "1.4.0.9-rc16-SNAPSHOT"
version "1.4.1"

0 comments on commit ab3438d

Please sign in to comment.