chore(build): disable profile installer for development environment

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
rhunk
2024-07-22 14:15:26 +02:00
parent b2bc23d0e0
commit b37d6635ff

View File

@@ -180,4 +180,9 @@ afterEvaluate {
}
}
}
}
}
properties["debug_flavor"]?.let {
configurations.all {
exclude(group = "androidx.profileinstaller", "profileinstaller")
}
}