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 --- app/build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 42c88c14..4e6b1b0b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,7 +6,6 @@ plugins { id("com.github.android-password-store.android-application") - id("com.github.android-password-store.crowdin-plugin") id("com.github.android-password-store.kotlin-android") id("com.github.android-password-store.kotlin-kapt") id("com.github.android-password-store.versioning-plugin") @@ -16,11 +15,6 @@ plugins { alias(libs.plugins.kotlin.composeCompiler) } -crowdin { - crowdinIdentifier = "android-password-store" - skipCleanup = false -} - android { compileOptions { isCoreLibraryDesugaringEnabled = true } namespace = "app.passwordstore" -- cgit v1.2.3