Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
194
Issues
194
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
8200561f
Commit
8200561f
authored
5 minutes ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore) v3.7.0-rc2
parent
c6c11672
master
v3.7.0-rc.2
No related merge requests found
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
BlogCard.js.snap
__tests__/blogs/__snapshots__/BlogCard.js.snap
+1
-1
BlogsViewScreen.js.snap
__tests__/blogs/__snapshots__/BlogsViewScreen.js.snap
+1
-1
ChannelHeader.js.snap
__tests__/channel/header/__snapshots__/ChannelHeader.js.snap
+1
-1
gradle.properties
android/gradle.properties
+1
-1
Info.plist
ios/Minds/Info.plist
+1
-1
Version.js
src/config/Version.js
+2
-2
No files found.
__tests__/blogs/__snapshots__/BlogCard.js.snap
View file @
8200561f
...
...
@@ -39,7 +39,7 @@ exports[`blog card component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.7.0-rc
1
",
"App-Version": "3.7.0-rc
2
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
This diff is collapsed.
Click to expand it.
__tests__/blogs/__snapshots__/BlogsViewScreen.js.snap
View file @
8200561f
...
...
@@ -158,7 +158,7 @@ exports[`blog view screen component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.7.0-rc
1
",
"App-Version": "3.7.0-rc
2
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
This diff is collapsed.
Click to expand it.
__tests__/channel/header/__snapshots__/ChannelHeader.js.snap
View file @
8200561f
...
...
@@ -22,7 +22,7 @@ exports[`channel header component owner should render correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.7.0-rc
1
",
"App-Version": "3.7.0-rc
2
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
This diff is collapsed.
Click to expand it.
android/gradle.properties
View file @
8200561f
...
...
@@ -25,7 +25,7 @@ systemProp.org.gradle.internal.http.socketTimeout=180000
versionName
=
3.7.0
# CUSTOM
versionCode
=
105000000
0
versionCode
=
105000000
1
# PLAY STORE
#versionCode=310023
This diff is collapsed.
Click to expand it.
ios/Minds/Info.plist
View file @
8200561f
...
...
@@ -36,7 +36,7 @@
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
2019053
0
0001
<
/string
>
<
string
>
2019053
1
0001
<
/string
>
<
k
e
y
>
CodePushDeploymentKey
<
/k
e
y
>
<
string
>
_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ
<
/string
>
<
k
e
y
>
ITSAppUsesNonExemptEncryption
<
/k
e
y
>
...
...
This diff is collapsed.
Click to expand it.
src/config/Version.js
View file @
8200561f
export
const
Version
=
{
VERSION
:
'3.7.0-rc
1
'
,
BUILD
:
'2019053
0
'
VERSION
:
'3.7.0-rc
2
'
,
BUILD
:
'2019053
1
'
};
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment