diff --git a/feature/chrome-custom-tabs/build.gradle b/feature/chrome-custom-tabs/build.gradle index 6bd584f8..cb54b287 100644 --- a/feature/chrome-custom-tabs/build.gradle +++ b/feature/chrome-custom-tabs/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation rootProject.ext.dagger kapt rootProject.ext.daggerAnnotationProcessor - implementation 'androidx.browser:browser:1.2.0' + implementation 'androidx.browser:browser:1.3.0' testImplementation 'junit:junit:4.13.1' }