Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Nov 27, 2019
1 parent 10a5394 commit 359e43b
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
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.madrapps'
version '0.5.2.2019.1'
version '0.5.2.2019.2'

sourceCompatibility = 1.8

Expand All @@ -22,8 +22,8 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.1'
plugins 'Kotlin'
version '2019.2'
plugins 'Kotlin', 'java'
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
Expand Down

0 comments on commit 359e43b

Please sign in to comment.