Commit 8200561f authored by Martin Santangelo's avatar Martin Santangelo

(chore) v3.7.0-rc2

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-rc1",
"App-Version": "3.7.0-rc2",
"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-rc1",
"App-Version": "3.7.0-rc2",
"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-rc1",
"App-Version": "3.7.0-rc2",
"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=1050000000
versionCode=1050000001
# PLAY STORE
#versionCode=310023
......@@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>201905300001</string>
<string>201905310001</string>
<key>CodePushDeploymentKey</key>
<string>_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ</string>
<key>ITSAppUsesNonExemptEncryption</key>
......
export const Version = {
VERSION: '3.7.0-rc1',
BUILD: '20190530'
VERSION: '3.7.0-rc2',
BUILD: '20190531'
};
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