chore(build): disable profile installer for development environment
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -180,4 +180,9 @@ afterEvaluate {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
properties["debug_flavor"]?.let {
|
||||
configurations.all {
|
||||
exclude(group = "androidx.profileinstaller", "profileinstaller")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user