Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Sep 3, 2024
1 parent 244de51 commit 30a80d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluginManagement {

// build.gradle.kts
plugins {
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee") version "1.1.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ kotlin.mpp.import.enableKgpDependencyResolution=true

android.useAndroidX=true

knee.version=1.1.0
knee.version=1.1.1
knee.group=io.deepmedia.tools.knee
2 changes: 1 addition & 1 deletion tests/test-classes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.android.application") version "8.1.1"
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee")
}

configurations.configureEach {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.android.application") version "8.1.1"
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee")
}

configurations.configureEach {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-imports/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.android.application") version "8.1.1"
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee")
}

configurations.configureEach {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-interfaces/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.android.application") version "8.1.1"
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee")
}

configurations.configureEach {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-misc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.android.application") version "8.1.1"
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee")
}

configurations.configureEach {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-primitives/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.android.application") version "8.1.1"
id("io.deepmedia.tools.knee") version "1.1.0"
id("io.deepmedia.tools.knee")
}

configurations.configureEach {
Expand Down

0 comments on commit 30a80d5

Please sign in to comment.