Skip to content

Commit e83e6d0

Browse files
committed
Bump version.
Test: manual Bug: 158586464 Change-Id: I59737a96ee891fe0c29962ff70976c9306e8c5f9
1 parent 92dc22a commit e83e6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ apply from: '../dist.gradle'
55
ext {
66
/* Version code for *next* release, bump *after* a release is created. */
77
// 1 or more digits
8-
versionMajor = 6
8+
versionMajor = 7
99
// exactly 1 digit
10-
versionMinor = 2
10+
versionMinor = 0
1111
// exactly 2 digits
1212
versionBuild = 00
1313
}

0 commit comments

Comments
 (0)