Skip to content

Commit

Permalink
release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Jun 28, 2019
1 parent 84e354b commit 43b7dbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import org.gradle.api.plugins.ExtraPropertiesExtension
class RouterPlugin implements Plugin<Project> {
static final String APT_OPTION_NAME = "moduleName"

String DEFAULT_ROUTER_RUNTIME_VERSION = "1.6.4"
String DEFAULT_ROUTER_COMPILER_VERSION = "1.6.4"
String DEFAULT_ROUTER_RUNTIME_VERSION = "1.6.5"
String DEFAULT_ROUTER_COMPILER_VERSION = "1.6.5"

String androidBuildGradleVersion

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ org.gradle.jvmargs=-Xmx1536m
# apply router plugin
applyRemotePlugin=false
# router gradle plugin version
PLUGIN_VERSION=1.6.4
PLUGIN_VERSION=1.6.5
# router library version
ROUTER_VERSION=1.6.4
ROUTER_VERSION=1.6.5
# compiler library version
COMPILER_VERSION=1.6.4
COMPILER_VERSION=1.6.5
# annotation library version
ANNOTATION_VERSION=0.4.0

0 comments on commit 43b7dbf

Please sign in to comment.