Skip to content

Commit

Permalink
Gradle plugin 3.2.0-alpha14
Browse files Browse the repository at this point in the history
Kotlin version 1.2.41.
  • Loading branch information
pranavpandey committed May 9, 2018
1 parent 0a43992 commit acd0413
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 @@ -15,15 +15,15 @@
*/

buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.2.41'

repositories {
jcenter()
google()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha12'
classpath 'com.android.tools.build:gradle:3.2.0-alpha14'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
Expand Down

0 comments on commit acd0413

Please sign in to comment.