Skip to content

Commit

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

```groovy
dependencies {
compile 'me.drakeet.floo:floo:1.0.5'
compile 'me.drakeet.floo:floo:1.1.0'
}
```

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

```groovy
dependencies {
implementation 'me.drakeet.floo:floo:1.0.5'
implementation 'me.drakeet.floo:floo:1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ _注:本中文版 README 可能不会及时更新,请以英文版为主_

```groovy
dependencies {
compile 'me.drakeet.floo:floo:1.0.5'
compile 'me.drakeet.floo:floo:1.1.0'
}
```

如果你使用 `com.android.tools.build:gradle:3.+`, 改用:

```groovy
dependencies {
implementation 'me.drakeet.floo:floo:1.0.5'
implementation 'me.drakeet.floo:floo:1.1.0'
}
```

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.5
VERSION_CODE=7
VERSION_NAME=1.1.0
VERSION_CODE=10
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
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "me.drakeet.floo.sample"
minSdkVersion 9
targetSdkVersion 25
versionCode 6
versionName "1.0.2.2"
versionCode 10
versionName "1.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit f13b933

Please sign in to comment.