Skip to content

Commit 68034b0

Browse files
committed
Enable lockfile for all app build variants
1 parent 7a65b04 commit 68034b0

2 files changed

Lines changed: 225 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ android {
102102
namespace = "acr.browser.lightning"
103103
}
104104

105+
androidComponents {
106+
onVariants(selector().all()) { variant ->
107+
variant.runtimeConfiguration.resolutionStrategy.activateDependencyLocking()
108+
}
109+
}
110+
105111
dependencies {
106112
val robolectric = "4.16.1"
107113
val mezzanineVersion = "2.5.0"

0 commit comments

Comments
 (0)