Bumped verion to 0.7.1
This commit is contained in:
parent
52db7be2f6
commit
98260fbfbf
|
@ -12,13 +12,8 @@ not each project has the implement to model again.
|
|||
### Gradle:
|
||||
|
||||
```
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.10" // or kotlin("multiplatform"), depending on your requirements
|
||||
}
|
||||
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
// other repositories like mavenCentral(), ...
|
||||
maven {
|
||||
setUrl("https://maven.dankito.net/api/packages/codinux/maven")
|
||||
}
|
||||
|
@ -26,7 +21,7 @@ repositories {
|
|||
|
||||
|
||||
dependencies {
|
||||
implementation("net.codinux.banking.client:fints4k-banking-client:0.6.1")
|
||||
implementation("net.codinux.banking.client:fints4k-banking-client:0.7.1")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
group = "net.codinux.banking.client"
|
||||
version = "0.7.1-SNAPSHOT"
|
||||
version = "0.7.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in New Issue