Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Bump android gradle plugin to 3.2.0-rc03 and remove kotlin version fr…
Browse files Browse the repository at this point in the history
…om root gradle file
  • Loading branch information
leonardoaramaki committed Sep 18, 2018
1 parent 8871126 commit 1912e21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.0.0'
apply from: rootProject.file('dependencies.gradle')

repositories {
Expand All @@ -11,7 +10,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-rc02'
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
classpath 'com.google.gms:google-services:4.0.2'
Expand Down

0 comments on commit 1912e21

Please sign in to comment.