diff --git a/README.md b/README.md index a43252c9..fe5167b7 100644 --- a/README.md +++ b/README.md @@ -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") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index b4e38256..aac65ad9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { allprojects { group = "net.codinux.banking.client" - version = "0.7.1-SNAPSHOT" + version = "0.7.1" repositories { mavenCentral()