Merge pull request #244 from libre-tube/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.6.21

Bump kotlin-gradle-plugin from 1.6.10 to 1.6.21
This commit is contained in:
Kavin 2022-05-18 15:04:37 +01:00 committed by GitHub
commit 26da656033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.2.0' classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files