Skip to content

Commit

Permalink
release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Apr 29, 2020
1 parent 46c84c5 commit 1bab1a5
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.7.1"
String DEFAULT_ROUTER_COMPILER_VERSION = "1.7.1"
String DEFAULT_ROUTER_RUNTIME_VERSION = "1.7.2"
String DEFAULT_ROUTER_COMPILER_VERSION = "1.7.2"

String androidBuildGradleVersion

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ android.useAndroidX=true
# apply router plugin
applyRemotePlugin=false
# router gradle plugin version
PLUGIN_VERSION=1.7.1
PLUGIN_VERSION=1.7.2
# router library version
ROUTER_VERSION=1.7.1
ROUTER_VERSION=1.7.2
# compiler library version
COMPILER_VERSION=1.7.1
COMPILER_VERSION=1.7.2
# annotation library version
ANNOTATION_VERSION=0.4.0

0 comments on commit 1bab1a5

Please sign in to comment.