Skip to content

Commit

Permalink
Merge pull request alibaba#510 from alibaba/develop
Browse files Browse the repository at this point in the history
Update demo app.
  • Loading branch information
zhi1ong authored Oct 8, 2018
2 parents 745b34b + 4d3cbc8 commit 5dc63ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
ext.kotlin_version = '1.1.3-2'
ext.arouter_register_version = '1.0.2'

repositories {
jcenter()
Expand All @@ -11,7 +12,7 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.alibaba:arouter-register:1.0.0'
classpath "com.alibaba:arouter-register:$arouter_register_version"
}
}

Expand Down

0 comments on commit 5dc63ad

Please sign in to comment.