Skip to content

Commit

Permalink
Tagged v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Sep 15, 2017
1 parent 66ef84d commit bd09e8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ In your `build.gradle`:

```groovy
dependencies {
compile 'me.drakeet.floo:floo:1.0.2'
compile 'me.drakeet.floo:floo:1.0.3'
}
```

If you are using `com.android.tools.build:gradle:3.+`, use this instead:

```groovy
dependencies {
implementation 'me.drakeet.floo:floo:1.0.2'
implementation 'me.drakeet.floo:floo:1.0.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 4
versionName "1.0.2"
versionCode 5
versionName "1.0.3"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
POM_NAME=floo
POM_ARTIFACT_ID=floo
POM_PACKAGING=aar
VERSION_NAME=1.0.2
VERSION_CODE=4
VERSION_NAME=1.0.3
VERSION_CODE=5
GROUP=me.drakeet.floo
POM_DESCRIPTION=A router supporting AOP, stack control, cross-page message, and dynamic routing.
POM_URL=http://github.com/drakeet/Floo
Expand Down

0 comments on commit bd09e8a

Please sign in to comment.