Skip to content

Commit

Permalink
发布v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane96 committed Apr 20, 2017
1 parent bfacc38 commit 5961788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 1 addition & 2 deletions easyrouter-compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'java'

apply plugin: 'maven'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.Zane96'

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions router/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.Zane96'

android {
compileSdkVersion 24
Expand Down

0 comments on commit 5961788

Please sign in to comment.