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 1015b83 commit 6a010cbCopy full SHA for 6a010cb
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
min_sdk_version = 17
6
sdk_version = 29
7
8
- kotlin_version = '1.3.50'
+ kotlin_version = '1.3.60'
9
rxjava_version = '2.2.13'
10
rxandroid_version = '2.1.1'
11
archx_version = '2.1.0'
@@ -17,7 +17,7 @@ buildscript {
17
jcenter()
18
}
19
dependencies {
20
- classpath 'com.android.tools.build:gradle:3.5.1'
+ classpath 'com.android.tools.build:gradle:3.5.2'
21
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
22
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
23
// NOTE: Do not place your application dependencies here; they belong
0 commit comments