Skip to content

Commit

Permalink
#32 Update target AS version to Dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
overpas committed Sep 21, 2022
1 parent d424ee4 commit 1c6a6bf
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 @@ -6,7 +6,7 @@ plugins {
}

group 'by.overpass'
version '0.3'
version '0.4'

repositories {
mavenCentral()
Expand All @@ -30,7 +30,7 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version.set("212.5712.43")
version.set("213.7172.25")
plugins.set(['com.intellij.java', 'android'])
}

Expand Down

0 comments on commit 1c6a6bf

Please sign in to comment.