Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 21, 2019
1 parent 1015b83 commit 6a010cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
min_sdk_version = 17
sdk_version = 29

kotlin_version = '1.3.50'
kotlin_version = '1.3.60'
rxjava_version = '2.2.13'
rxandroid_version = '2.1.1'
archx_version = '2.1.0'
Expand All @@ -17,7 +17,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 6a010cb

Please sign in to comment.