2020-07-14 06:01:37 +00:00
|
|
|
#
|
|
|
|
# Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
#
|
|
|
|
|
2019-10-13 06:06:19 +00:00
|
|
|
# AndroidX
|
2020-05-31 07:42:15 +00:00
|
|
|
android.enableJetifier=false
|
2018-10-12 14:06:04 +00:00
|
|
|
android.useAndroidX=true
|
2019-10-13 06:06:19 +00:00
|
|
|
|
|
|
|
# R8 Full mode
|
|
|
|
android.enableR8.fullMode=true
|
|
|
|
|
|
|
|
# Disable warnings for experimental options
|
2020-04-02 08:25:20 +00:00
|
|
|
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.enableR8.fullMode,android.useMinimalKeepRules,android.namespacedRClass
|
2019-10-13 06:06:19 +00:00
|
|
|
|
|
|
|
# https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/
|
|
|
|
android.useMinimalKeepRules=true
|
|
|
|
|
|
|
|
# Enable rudimentary R class namespacing where each library only contains
|
|
|
|
# references to the resources it declares instead of declarations plus all
|
|
|
|
# transitive dependency references.
|
|
|
|
android.namespacedRClass=true
|
2020-07-23 09:09:36 +00:00
|
|
|
|
|
|
|
# Gradle FS watching
|
|
|
|
org.gradle.unsafe.watch-fs=true
|