Skip to content

Commit

Permalink
Release version to 4.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius authored Jul 13, 2017
1 parent 409085f commit 544a728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'

def versionMajor = 3
def versionMinor = 7
def versionPatch = 8
def versionMajor = 4
def versionMinor = 0
def versionPatch = 0
def versionMicro = 0

android {
Expand Down

0 comments on commit 544a728

Please sign in to comment.