25 lines
817 B
Properties
25 lines
817 B
Properties
#
|
|
# 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
|
|
|
|
# R8 Full mode
|
|
android.enableR8.fullMode=true
|
|
|
|
# Disable warnings for experimental options
|
|
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.enableR8.fullMode,android.useMinimalKeepRules,android.namespacedRClass
|
|
|
|
# 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
|
|
|
|
# Gradle FS watching
|
|
org.gradle.unsafe.watch-fs=true
|