Skip to content

Commit 9ca894d

Browse files
committed
version bump for release 1.3.3
1 parent 7c55213 commit 9ca894d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ServiceApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies {
3636
//Decomposed version name and code (https://plus.google.com/+JakeWharton/posts/6f5TcVPRZij)
3737
def versionMajor = 1
3838
def versionMinor = 3
39-
def versionPatch = 2
40-
def versionBuild = 3 //bump for dogfood builds, public betas, etc.
39+
def versionPatch = 3
40+
def versionBuild = 0 //bump for dogfood builds, public betas, etc.
4141
def versionPrefix = "3DR Services v"
4242

4343
android {

0 commit comments

Comments
 (0)