diff --git a/file-sharing-consumer/build.gradle b/file-sharing-consumer/build.gradle index fc7ef65..8c56483 100644 --- a/file-sharing-consumer/build.gradle +++ b/file-sharing-consumer/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:7.3.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/file-sharing-producer/build.gradle b/file-sharing-producer/build.gradle index fc7ef65..8c56483 100644 --- a/file-sharing-producer/build.gradle +++ b/file-sharing-producer/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:7.3.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/lottie/build.gradle b/lottie/build.gradle index 6605458..e1b0e22 100644 --- a/lottie/build.gradle +++ b/lottie/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:7.3.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/vision-qr-code-scanner/build.gradle b/vision-qr-code-scanner/build.gradle index fc7ef65..8c56483 100644 --- a/vision-qr-code-scanner/build.gradle +++ b/vision-qr-code-scanner/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:7.3.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/work-manager/build.gradle b/work-manager/build.gradle index a5a2df7..7e843b3 100644 --- a/work-manager/build.gradle +++ b/work-manager/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:7.3.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" } }