Skip to content

Commit

Permalink
Removing beta from version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 15, 2016
1 parent 8a641c7 commit c0094a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def gitHash() {
return "git -C ${rootDir} rev-parse --short HEAD".execute().text.trim()
}

def version = "1.0.0.beta.3"
def version = "1.0.0"
def version_code = 111

android {
Expand Down

0 comments on commit c0094a5

Please sign in to comment.