We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b51204 commit 2465047Copy full SHA for 2465047
1 file changed
build.gradle
@@ -2,13 +2,13 @@
2
apply from :"config.gradle"
3
4
buildscript {
5
- ext.kotlin_version = '1.3.21'
+ ext.kotlin_version = '1.3.41'
6
repositories {
7
google()
8
jcenter()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:3.4.1'
+ classpath 'com.android.tools.build:gradle:3.4.2'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
14
// NOTE: Do not place your application dependencies here; they belong
0 commit comments