X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=4eb4f1ec189e96778de0753d89e4a1b2298a206e;hb=031def95c6d9bfc14113fe86b4a5690233d93ce2;hp=2dff0f45afda2f962a7c8c2dcb83bf89ed645e8f;hpb=f3b9172adedd74f705ddc0beac80798ae84f2920;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 2dff0f45..4eb4f1ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.31' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32' // Include the Google material library. implementation 'com.google.android.material:material:1.3.0'