Commit d5bc1e05 authored by Lucio Maciel's avatar Lucio Maciel

Downgrade browser extension

parent 5771fd10
...@@ -83,6 +83,12 @@ android { ...@@ -83,6 +83,12 @@ android {
exclude 'META-INF/core.kotlin_module' exclude 'META-INF/core.kotlin_module'
exclude 'META-INF/main.kotlin_module' exclude 'META-INF/main.kotlin_module'
} }
configurations.all {
resolutionStrategy {
force 'androidx.browser:browser:1.0.0-rc01'
}
}
} }
dependencies { dependencies {
......
...@@ -16,7 +16,7 @@ ext { ...@@ -16,7 +16,7 @@ ext {
recyclerview : '1.0.0', recyclerview : '1.0.0',
constraintLayout : '2.0.0-alpha2', constraintLayout : '2.0.0-alpha2',
cardview : '1.0.0', cardview : '1.0.0',
browser : '1.0.0', browser : '1.0.0-rc01',
androidKtx : '1.0.0', androidKtx : '1.0.0',
workmanager : '1.0.0-alpha09', workmanager : '1.0.0-alpha09',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment