Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxyu committed Feb 2, 2021
1 parent 9760d4b commit fe42d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 依赖版本
| Dependency | Version |
|--|--|
| kotlin | 1.4.20 |
| kotlin | 1.4.21 |
| kotlinx-coroutines-android | 1.4.2 |
| retrofit | 2.9.0 |

Expand All @@ -26,7 +26,7 @@ allprojects {

```kotlin
dependencies {
implementation 'com.github.chenxyu:retrofit-adapter-flow:1.1.2'
implementation 'com.github.chenxyu:retrofit-adapter-flow:1.1.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions adapter-flow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 9
versionName "1.1.2"
versionCode 10
versionName "1.1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit fe42d0a

Please sign in to comment.