Skip to content

Commit

Permalink
리드미 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
WonJoongLee committed Feb 10, 2022
1 parent c5177ff commit 02bf671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
}
}
```
2. 사용하고자 하는 모듈에 `'com.github.WonJoongLee:kodi:0.2.0'` 의존성 추가
2. 사용하고자 하는 모듈에 `'com.github.WonJoongLee:kodi:0.2.1'` 의존성 추가
```kotlin
dependencies {
implementation 'com.github.WonJoongLee:kodi:0.2.0' // <- 추가
implementation 'com.github.WonJoongLee:kodi:0.2.1' // <- 추가
}
```

Expand Down

0 comments on commit 02bf671

Please sign in to comment.