Skip to content

Commit

Permalink
[dex_patch]release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
查郁 committed Jun 13, 2017
1 parent dfa84b2 commit 94e07ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlas-demo/AtlasDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
dependencies {
classpath "com.taobao.android:atlasplugin:2.3.1.rc25"
classpath "com.taobao.android:atlasplugin:2.3.1.rc28"
}
}

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 @@ -238,11 +238,11 @@ dependencies {
compile 'org.javassist:javassist:3.19.0-GA'
compile "com.taobao.android:preverify:1.0.0"
compile "org.codehaus.plexus:plexus-utils:3.0.24"
compile "com.taobao.android:dex_patch:1.4.0.9-rc9"
compile "com.taobao.android:dex_patch:1.4.0.9-rc11"

testCompile "junit:junit:4.11"
}


version = '2.3.1.rc25'
version = '2.3.1.rc28'

0 comments on commit 94e07ee

Please sign in to comment.