mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
fix: remove deprecated API
This commit is contained in:
parent
6a1df74488
commit
636fee5a8d
|
@ -23,9 +23,6 @@ class ApplicationPlugin : Plugin<Project> {
|
|||
AndroidCommon.configure(project)
|
||||
project.extensions.configure<BaseAppModuleExtension> {
|
||||
val minifySwitch = project.providers.environmentVariable("DISABLE_MINIFY")
|
||||
|
||||
adbOptions.installOptions("--user 0")
|
||||
|
||||
dependenciesInfo {
|
||||
includeInBundle = false
|
||||
includeInApk = false
|
||||
|
|
Loading…
Reference in a new issue