diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-21 13:28:56 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-21 13:45:12 +0530 |
commit | db7756638a27843938a84b9da987be39538df996 (patch) | |
tree | 29d7a1eb604854bbc4805bf95de2c85cff3828f3 /app | |
parent | e8bd4c9bc05e738fa55ddc3e0265741dc94b3cd6 (diff) |
refactor(build): wire up CC-compatible task dependencies for Crowdin
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle.kts | 2 |
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 } |