Skip to content

Commit

Permalink
docs: Add New Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Jan 11, 2021
1 parent 7acfe98 commit 1cd5d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# KGit
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/sya-ri/KGit)](https://github.com/sya-ri/KGit/releases/latest) [![Publish package to GitHub Packages](https://github.com/sya-ri/KGit/workflows/Publish%20package%20to%20GitHub%20Packages/badge.svg)](https://github.com/sya-ri/KGit/actions) [![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/sya-ri/KGit)](https://github.com/sya-ri/KGit/releases/latest) [![Bintray](https://img.shields.io/bintray/v/sya-ri/maven/KGit)](https://bintray.com/sya-ri/maven/KGit) [![Publish package to GitHub Packages](https://github.com/sya-ri/KGit/workflows/Publish%20package%20to%20GitHub%20Packages/badge.svg)](https://github.com/sya-ri/KGit/actions) [![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)

KGit is Kotlin Wrapper Library of [JGit](https://github.com/eclipse/jgit).
- Null Safety Methods
Expand All @@ -15,7 +15,7 @@ repositories {
}
dependencies {
implementation 'com.github.syari:kgit:1.0.1'
implementation 'com.github.syari:kgit:1.0.2'
}
```

Expand All @@ -27,7 +27,7 @@ repositories {
}

dependencies {
implementation("com.github.syari:kgit:1.0.1")
implementation("com.github.syari:kgit:1.0.2")
}
```

Expand Down

0 comments on commit 1cd5d43

Please sign in to comment.