File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
gradle-plugin/src/main/groovy/com/chenenyu/router Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import org.gradle.api.plugins.ExtraPropertiesExtension
1515class RouterPlugin implements Plugin<Project > {
1616 static final String APT_OPTION_NAME = " moduleName"
1717
18- String DEFAULT_ROUTER_RUNTIME_VERSION = " 1.6.4 "
19- String DEFAULT_ROUTER_COMPILER_VERSION = " 1.6.4 "
18+ String DEFAULT_ROUTER_RUNTIME_VERSION = " 1.6.5 "
19+ String DEFAULT_ROUTER_COMPILER_VERSION = " 1.6.5 "
2020
2121 String androidBuildGradleVersion
2222
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ org.gradle.jvmargs=-Xmx1536m
1414# apply router plugin
1515applyRemotePlugin =false
1616# router gradle plugin version
17- PLUGIN_VERSION =1.6.4
17+ PLUGIN_VERSION =1.6.5
1818# router library version
19- ROUTER_VERSION =1.6.4
19+ ROUTER_VERSION =1.6.5
2020# compiler library version
21- COMPILER_VERSION =1.6.4
21+ COMPILER_VERSION =1.6.5
2222# annotation library version
2323ANNOTATION_VERSION =0.4.0
You can’t perform that action at this time.
0 commit comments