1 parent 7a65b04 commit 68034b0Copy full SHA for 68034b0
2 files changed
app/build.gradle.kts
@@ -102,6 +102,12 @@ android {
102
namespace = "acr.browser.lightning"
103
}
104
105
+androidComponents {
106
+ onVariants(selector().all()) { variant ->
107
+ variant.runtimeConfiguration.resolutionStrategy.activateDependencyLocking()
108
+ }
109
+}
110
+
111
dependencies {
112
val robolectric = "4.16.1"
113
val mezzanineVersion = "2.5.0"
0 commit comments