Skip to content

Commit

Permalink
Update kword plugin in sample apps (#231)
Browse files Browse the repository at this point in the history
* update kword plugin in sample apps

* well look like the CD bump the version automatically
  • Loading branch information
CharlesMcD authored Jan 16, 2025
1 parent 41ad0e5 commit db40d34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions trikot-kword/sample/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("com.android.library")
kotlin("multiplatform")
kotlin("native.cocoapods")
id("mirego.kword").version("5.5.0-dev2721")
id("mirego.kword").version("5.5.0-dev2726")
}

group = "com.mirego.sample"
Expand All @@ -19,7 +19,7 @@ configurations {
}

kword {
translationFile.set(file("src/commonMain/resources/translations/translation.en.json"))
translationFiles.setFrom(file("src/commonMain/resources/translations/translation.en.json"))
enumClassName.set("com.mirego.sample.KWordTranslation")
generatedDir.set(file("src/commonMain/generated"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.library")
kotlin("multiplatform")
kotlin("native.cocoapods")
id("mirego.kword").version("5.5.0-dev2721")
id("mirego.kword").version("5.5.0-dev2726")
}

group = "com.mirego.sample"
Expand All @@ -14,7 +14,7 @@ configurations {
}

kword {
translationFile.set(file("src/commonMain/resources/translations/translation.en.json"))
translationFiles.setFrom(file("src/commonMain/resources/translations/translation.en.json"))
enumClassName.set("com.mirego.sample.KWordTranslation")
generatedDir.set(file("src/commonMain/generated"))
}
Expand Down
4 changes: 2 additions & 2 deletions trikot-viewmodels-declarative/sample/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.library")
kotlin("multiplatform")
kotlin("native.cocoapods")
id("mirego.kword").version("5.5.0-dev2721")
id("mirego.kword").version("5.5.0-dev2726")
}

group = "com.mirego.sample"
Expand All @@ -16,7 +16,7 @@ configurations {
}

kword {
translationFile.set(file("src/commonMain/resources/translations/translation.en.json"))
translationFiles.setFrom(file("src/commonMain/resources/translations/translation.en.json"))
enumClassName.set("com.mirego.sample.KWordTranslation")
generatedDir.set(file("src/commonMain/generated"))
}
Expand Down

0 comments on commit db40d34

Please sign in to comment.