Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luolc committed Apr 7, 2017
1 parent 7e1251d commit 6d40996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

[![Build Status](https://travis-ci.org/Luolc/Louter.svg?branch=master)](https://travis-ci.org/Luolc/Louter) [![codecov.io](http://codecov.io/github/Luolc/Louter/coverage.svg?branch=master)](http://codecov.io/github/Luolc/Louter?branch=master) [![Download](https://api.bintray.com/packages/luolc/AndroidDevLib/louter/images/download.svg)](https://bintray.com/luolc/AndroidDevLib/louter/_latestVersion) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) ![PullRequest](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

Louter is a light weight Android route framework. Using annotation processing to generate boilerplate code for you.
Louter is a cross-module lightweight Android route framework. Using annotation processing to generate boilerplate code for you.

## Download

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

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.1.1'
def louterVersion = '0.2.0'

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

0 comments on commit 6d40996

Please sign in to comment.