Skip to content

Commit

Permalink
Bumped support lib and kotlin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Apr 8, 2018
1 parent 3cd9363 commit 54dc47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import org.ajoberstar.grgit.Grgit

buildscript {
ext.kotlinVersion = '1.2.21'
ext.supportLibVersion = '27.1.0'
ext.kotlinVersion = '1.2.31'
ext.supportLibVersion = '27.1.1'

repositories {
jcenter()
google()
}
dependencies {
classpath 'org.ajoberstar:grgit:1.9.3'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
classpath 'org.ajoberstar:grgit:1.9.3'
Expand Down

0 comments on commit 54dc47f

Please sign in to comment.