Skip to content

Commit 43b7dbf

Browse files
author
chenenyu
committed
release 1.6.5
1 parent 84e354b commit 43b7dbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle-plugin/src/main/groovy/com/chenenyu/router/RouterPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import org.gradle.api.plugins.ExtraPropertiesExtension
1515
class 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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ org.gradle.jvmargs=-Xmx1536m
1414
# apply router plugin
1515
applyRemotePlugin=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
2323
ANNOTATION_VERSION=0.4.0

0 commit comments

Comments
 (0)