Upgraded the webView dependency to 1.11.0 to take advantage of new webView fixes/improvements.

This commit is contained in:
MohitMaliFtechiz 2024-08-14 19:23:39 +05:30 committed by Kelson
parent 26bb7c62c1
commit b3dba69249

View File

@ -96,7 +96,7 @@ object Versions {
const val rxjava: String = "2.2.21"
const val webkit: String = "1.7.0"
const val webkit: String = "1.11.0"
const val junit: String = "1.1.5"