X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=b4e8d9cd1131df2800d9ce2cba73ef22c6d82f3e;hp=8d3fd799370c27f075855b5880878ea32937beef;hb=d53f0640263cf0799e7304fa459864c542ab0d2a;hpb=c2350d6be15259bc560c623a09b9ac98cca1c876 diff --git a/app/build.gradle b/app/build.gradle index 8d3fd799..b4e8d9cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,8 +78,8 @@ dependencies { implementation 'androidx.viewpager:viewpager:1.0.0' 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.5.31' + // 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' // Include the Google material library. implementation 'com.google.android.material:material:1.4.0'