Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfromjokela committed Oct 20, 2022
2 parents 8402d91 + fcf53aa commit 8295cc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# openwilma.kotlin
OpenWilma Kotlin library

[![](https://jitpack.io/v/OpenWilma/openwilma.kotlin.svg)](https://jitpack.io/#OpenWilma/openwilma.kotlin) [![](https://github.com/openwilma/openwilma.kotlin/actions/workflows/gradle.yml/badge.svg)](https://github.com/OpenWilma/openwilma.kotlin/actions/workflows/gradle.yml)
[![](https://maven.testausserveri.fi/api/badge/latest/openwilma/org/openwilma/kotlin/?color=40c14a&name=Testausmaven&prefix=v)](https://maven.testausserveri.fi/#/openwilma/org/openwilma/kotlin) [![](https://github.com/openwilma/openwilma.kotlin/actions/workflows/gradle.yml/badge.svg)](https://github.com/OpenWilma/openwilma.kotlin/actions/workflows/gradle.yml)

## How to install

1. Add jitpack.io to root build.gradle:

```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
...
maven { url 'https://maven.testausserveri.fi/openwilma' }
}
}
```

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

```gradle
dependencies {
implementation 'com.github.OpenWilma:openwilma.kotlin:version'
implementation 'org.openwilma:kotlin:0.9.7-BETA'
}
```

Expand Down

0 comments on commit 8295cc8

Please sign in to comment.