aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-21 13:28:56 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-03-21 13:45:12 +0530
commitdb7756638a27843938a84b9da987be39538df996 (patch)
tree29d7a1eb604854bbc4805bf95de2c85cff3828f3 /app
parente8bd4c9bc05e738fa55ddc3e0265741dc94b3cd6 (diff)
refactor(build): wire up CC-compatible task dependencies for Crowdin
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 9a86d2e3..5d005676 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
}
crowdin {
- projectName = "android-password-store"
+ crowdinIdentifier = "android-password-store"
skipCleanup = false
}