Skip to content

Commit

Permalink
build.gradle: issues with 3.5.0-beta01 so downgrade to 3.4.0
Browse files Browse the repository at this point in the history
(cherry picked from commit a371cad)
  • Loading branch information
sds100 committed May 18, 2019
1 parent 2b331c9 commit c8aa1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-beta01'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.2.0'
classpath 'io.fabric.tools:gradle:1.26.1'
Expand Down

0 comments on commit c8aa1c5

Please sign in to comment.