We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a482e96 commit 2052f77Copy full SHA for 2052f77
app/build.gradle
@@ -11,8 +11,8 @@ repositories {
11
12
// Manifest version information!
13
def versionMajor = 0
14
-def versionMinor = 3
15
-def versionPatch = 1
+def versionMinor = 4
+def versionPatch = 0
16
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
17
18
def isTravis = "true".equals(System.getenv("TRAVIS"))
@@ -141,4 +141,4 @@ dependencies {
141
exclude group: 'commons-logging', module: 'commons-logging'
142
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
143
}
144
-}
+}
0 commit comments