From 71161e20f8610b989e7a0d803249e17362e10ddc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 18 Aug 2024 13:40:12 +0530 Subject: fix: rework Crowdin integration (#3175) * chore: set up Crowdin configuration * fix(app): sync strings from Crowdin Closes #3174 * fix(ci): use crowdin/github-action instead of homebrew setup * fix(build): remove obsolete Crowdin plugin --- build-logic/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build-logic/build.gradle.kts') diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index e4d082ea..4be841d2 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -17,10 +17,6 @@ gradlePlugin { id = "com.github.android-password-store.android-library" implementationClass = "app.passwordstore.gradle.LibraryPlugin" } - register("crowdin") { - id = "com.github.android-password-store.crowdin-plugin" - implementationClass = "app.passwordstore.gradle.crowdin.CrowdinDownloadPlugin" - } register("git-hooks") { id = "com.github.android-password-store.git-hooks" implementationClass = "app.passwordstore.gradle.GitHooksPlugin" -- cgit v1.2.3