X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=e9ea6d2a90e566a493a824b2984b095416570a53;hp=cfe53cddcbc1f958c57a3c854d614121235c130a;hb=6c4410a4a8c146b4e76b872b66bb8880b8f85b71;hpb=f60b140868c2f0d564657e96d48508b4fbdc546b diff --git a/app/build.gradle b/app/build.gradle index cfe53cd..e9ea6d2 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.0' // Include the Google material library. implementation 'com.google.android.material:material:1.6.1'