Skip to content

Commit f9ae863

Browse files
committed
wsandroid 4.0.0
1 parent ca9cab5 commit f9ae863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ android {
7070
preDexLibraries = isPreDexEnabled && !isTravisBuild
7171
}
7272

73-
def versionMajor = 3
74-
def versionMinor = 1
75-
def versionPatch = 9
73+
def versionMajor = 4
74+
def versionMinor = 0
75+
def versionPatch = 0
7676
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
7777

7878
defaultConfig {

0 commit comments

Comments
 (0)