Commit a70db0df authored by Martin Santangelo's avatar Martin Santangelo

release v3.7.0

No related merge requests found
......@@ -39,7 +39,7 @@ exports[`blog card component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.7.0-rc3",
"App-Version": "3.7.0",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
......
......@@ -158,7 +158,7 @@ exports[`blog view screen component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.7.0-rc3",
"App-Version": "3.7.0",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
......
......@@ -22,7 +22,7 @@ exports[`channel header component owner should render correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.7.0-rc3",
"App-Version": "3.7.0",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
......
......@@ -25,7 +25,7 @@ systemProp.org.gradle.internal.http.socketTimeout=180000
versionName=3.7.0
# CUSTOM
versionCode=1050000002
versionCode=1050000003
# PLAY STORE
#versionCode=310023
#versionCode=310024
export const Version = {
VERSION: '3.7.0-rc3',
BUILD: '20190606'
VERSION: '3.7.0',
BUILD: '20190610'
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment