Skip to content

Commit

Permalink
set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvchandler committed Mar 26, 2019
1 parent 815ea19 commit 9fba90f
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
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

ext.ver_major = 1
ext.ver_minor = 6
ext.ver_patch = 6
ext.ver_major = 2
ext.ver_minor = 0
ext.ver_patch = 0
ext.min_sdk = 19

private Integer gen_version_code()
Expand Down

0 comments on commit 9fba90f

Please sign in to comment.