fix: remove deprecated API

This commit is contained in:
Harsh Shandilya
2023-01-05 00:35:24 +05:30
parent 6a1df74488
commit 636fee5a8d

View File

@@ -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