Skip to content

Commit

Permalink
updated to 2018.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolb committed Jun 4, 2018
1 parent b70788c commit 8ec35c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ext.dependencyRepositories = [
// Dependency versions

ext.mpsMajor = '2018.1'
ext.mpsMinor = '1'
ext.mpsMinor = '4'


ext.mpsVersion = mpsMinor.isEmpty() ? "$mpsMajor" : "${mpsMajor}.${mpsMinor}"
Expand Down

0 comments on commit 8ec35c8

Please sign in to comment.