diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-14 11:31:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 11:31:37 +0530 |
commit | 7f3aceaf11ce69a121ea0d9bd62e38953184e40c (patch) | |
tree | 8a1053517e07f4ddef077804e57df7a4e7675507 /.github | |
parent | 5d60f1304f5bf3ac8cc86880af6e68f45673ed8e (diff) |
Fix navigation bar theming and reformat (#930)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ci-gradle.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index 05300282..03c213b2 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -1,3 +1,8 @@ +# +# Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. +# SPDX-License-Identifier: GPL-3.0-only +# + org.gradle.daemon=true org.gradle.configureondemand=true android.enableBuildCache=true |