Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
readme: update version to 1.0.0
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4deff49d7e82b853f3921694ca0d535b71349062
  • Loading branch information
kikengineering committed May 18, 2021
1 parent 44982f8 commit 11c7b1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
ext {
versions = [:]
versions.kin = "0.4.0"
versions.kin = "1.0.0"
}
}
dependencies {
Expand All @@ -49,7 +49,8 @@ dependencies {
}
repositories {
// ...
jcenter()
mavenCentral()
jcenter()
maven { url "https://jitpack.io/" } // Jitpack is used for OkSSE fork only
}
```
Expand Down

0 comments on commit 11c7b1d

Please sign in to comment.