We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a352bc6 commit b80c8a5Copy full SHA for b80c8a5
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = "1.5.10"
+ ext.kotlin_version = "1.5.20"
3
4
repositories {
5
google()
@@ -12,7 +12,7 @@ buildscript {
12
13
dependencies {
14
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15
- classpath 'com.android.tools.build:gradle:4.2.1'
+ classpath 'com.android.tools.build:gradle:4.2.2'
16
classpath 'gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.5.0'
17
classpath "gradle.plugin.gmazzo:sqlite-plugin:0.2"
18
}
0 commit comments