Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscott1989 committed Jun 19, 2020
1 parent 86d0597 commit 26b06fe
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 @@ -3,11 +3,11 @@ apply plugin: 'com.android.application'
ext {
/* Version code for *next* release, bump *after* a release is created. */
// 1 or more digits
versionMajor = 6
versionMajor = 7
// exactly 1 digit
versionMinor = 2
versionMinor = 0
// exactly 2 digits
versionBuild = 02
versionBuild = 00
}

android {
Expand Down

0 comments on commit 26b06fe

Please sign in to comment.