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 /gradle.properties | |
parent | 5d60f1304f5bf3ac8cc86880af6e68f45673ed8e (diff) |
Fix navigation bar theming and reformat (#930)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 604a659b..218affe7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,8 @@ +# +# Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. +# SPDX-License-Identifier: GPL-3.0-only +# + # AndroidX android.enableJetifier=false android.useAndroidX=true |