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

(chore) v3.7.0-rc2

parent c6c11672
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@ exports[`blog card component should renders correctly 1`] = `
      source={
      source={
        Object {
        Object {
          "headers": Object {
          "headers": Object {
            "App-Version": "3.7.0-rc1",
            "App-Version": "3.7.0-rc2",
            "Cache-Control": "no-cache, no-store, must-revalidate",
            "Cache-Control": "no-cache, no-store, must-revalidate",
            "Pragma": "no-cache",
            "Pragma": "no-cache",
          },
          },
+1 −1
Original line number Original line Diff line number Diff line
@@ -158,7 +158,7 @@ exports[`blog view screen component should renders correctly 1`] = `
          source={
          source={
            Object {
            Object {
              "headers": Object {
              "headers": Object {
                "App-Version": "3.7.0-rc1",
                "App-Version": "3.7.0-rc2",
                "Cache-Control": "no-cache, no-store, must-revalidate",
                "Cache-Control": "no-cache, no-store, must-revalidate",
                "Pragma": "no-cache",
                "Pragma": "no-cache",
              },
              },
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@ exports[`channel header component owner should render correctly 1`] = `
      source={
      source={
        Object {
        Object {
          "headers": Object {
          "headers": Object {
            "App-Version": "3.7.0-rc1",
            "App-Version": "3.7.0-rc2",
            "Cache-Control": "no-cache, no-store, must-revalidate",
            "Cache-Control": "no-cache, no-store, must-revalidate",
            "Pragma": "no-cache",
            "Pragma": "no-cache",
          },
          },
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ systemProp.org.gradle.internal.http.socketTimeout=180000
versionName=3.7.0
versionName=3.7.0


# CUSTOM
# CUSTOM
versionCode=1050000000
versionCode=1050000001


# PLAY STORE
# PLAY STORE
#versionCode=310023
#versionCode=310023
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@
		</dict>
		</dict>
	</array>
	</array>
	<key>CFBundleVersion</key>
	<key>CFBundleVersion</key>
	<string>201905300001</string>
	<string>201905310001</string>
	<key>CodePushDeploymentKey</key>
	<key>CodePushDeploymentKey</key>
	<string>_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ</string>
	<string>_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ</string>
	<key>ITSAppUsesNonExemptEncryption</key>
	<key>ITSAppUsesNonExemptEncryption</key>
Loading