X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=gradle.properties;fp=gradle.properties;h=02ba79e46097d108f452b5f2efbd8bdaa96141b2;hp=98bed167dc90ffee72b7affb37a659966b1bd114;hb=70e85c4e9c81fcceb0524c9db3cf781209852a8c;hpb=53f5dd586d2e9eb38280648b9084db15163fe682 diff --git a/gradle.properties b/gradle.properties index 98bed16..02ba79e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,20 @@ +# Copyright 2023 Soren Stoutner . +# +# This file is part of Privacy Cell . +# +# Privacy Cell is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Privacy Cell is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Privacy Browser. If not, see . + # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* @@ -18,4 +35,6 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official +# Enable the configuration cache, which improves build speed. +org.gradle.unsafe.configuration-cache=true \ No newline at end of file