Skip to content

Commit

Permalink
Update AGP to 3.5.1 and Kotlin to 1.3.50 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Oct 12, 2019
1 parent 84a85b5 commit 0da9812
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
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.50'
repositories {
google()
maven { url 'https://maven.fabric.io/public' }
Expand All @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.google.gms:google-services:4.3.0'
classpath 'com.google.firebase:firebase-plugins:2.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down

0 comments on commit 0da9812

Please sign in to comment.