Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luolc committed Apr 7, 2017
1 parent 64ab701 commit 00832d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Louter is a cross-module lightweight Android route framework. Using annotation p

```groovy
dependencies {
compile 'com.luolc.louter:louter:0.2.0'
annotationProcessor 'com.luolc.louter:louter-compiler:0.2.0'
compile 'com.luolc.louter:louter:0.2.1'
annotationProcessor 'com.luolc.louter:louter-compiler:0.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {

def supportLibraryVersion = '25.3.1'
def butterknifeVersion = '8.5.1'
def louterVersion = '0.2.0'
def louterVersion = '0.2.1'

ext.deps = [
android : 'com.google.android:android:4.1.1.4',
Expand Down

0 comments on commit 00832d9

Please sign in to comment.