X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=cb978b92bd2d3c9fd0183658e64c6587f131a49f;hb=44b5908a48464293cb13c6fbd37dde6d837e13a9;hp=cfe53cddcbc1f958c57a3c854d614121235c130a;hpb=f60b140868c2f0d564657e96d48508b4fbdc546b;p=PrivacyCell.git diff --git a/app/build.gradle b/app/build.gradle index cfe53cd..cb978b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'androidx.work:work-runtime-ktx:2.7.1' // Include the Kotlin standard library. This should be the same version number listed in the project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10' // Include the Google material library. implementation 'com.google.android.material:material:1.6.1'