Skip to content

Commit

Permalink
Upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Feb 22, 2017
1 parent 7e8f552 commit 13838c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions VERSION.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# router gradle plugin version
GRADLE_PLUGIN_VERSION=0.2.0
GRADLE_PLUGIN_VERSION=0.3.0
# router library version
ROUTER_VERSION=0.5.0
ROUTER_VERSION=0.6.0
# compiler library version
COMPILER_VERSION=0.2.0
COMPILER_VERSION=0.3.0
# annotation library version
ANNOTATION_VERSION=0.1.0
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0-beta4'
classpath 'com.android.tools.build:gradle:2.3.0-rc1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
Expand All @@ -28,5 +28,5 @@ ext {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

supportVersion = "25.1.1"
supportVersion = "25.2.0"
}

0 comments on commit 13838c5

Please sign in to comment.