aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-08-18 13:40:12 +0530
committerGitHub <noreply@github.com>2024-08-18 08:10:12 +0000
commit71161e20f8610b989e7a0d803249e17362e10ddc (patch)
treedf45bc53ac65e3ec00739af3a7a93d6348f03032 /app/build.gradle.kts
parent919f708df28c98a8a124554717710e149b138a1b (diff)
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
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts6
1 files changed, 0 insertions, 6 deletions
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"