X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=571e65286a99265eaedaa57250aa87372624c681;hp=e314f99de9f7ad8cf2c4874eb079f18e77a6b6eb;hb=484f0b0f0143c53a4722cee3a31e714df0c8c49a;hpb=c906043ffe9b4d139e8d851e581a0eb46b935e42 diff --git a/app/build.gradle b/app/build.gradle index e314f99d..571e6528 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard library. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10' // Include the Google material library. implementation 'com.google.android.material:material:1.4.0'