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
191
Issues
191
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
a70db0df
Commit
a70db0df
authored
1 day ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release v3.7.0
parent
c80988a5
master
v3.7.0
No related merge requests found
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 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
+2
-2
Version.js
src/config/Version.js
+2
-2
No files found.
__tests__/blogs/__snapshots__/BlogCard.js.snap
View file @
a70db0df
...
...
@@ -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",
},
...
...
This diff is collapsed.
Click to expand it.
__tests__/blogs/__snapshots__/BlogsViewScreen.js.snap
View file @
a70db0df
...
...
@@ -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",
},
...
...
This diff is collapsed.
Click to expand it.
__tests__/channel/header/__snapshots__/ChannelHeader.js.snap
View file @
a70db0df
...
...
@@ -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",
},
...
...
This diff is collapsed.
Click to expand it.
android/gradle.properties
View file @
a70db0df
...
...
@@ -25,7 +25,7 @@ systemProp.org.gradle.internal.http.socketTimeout=180000
versionName
=
3.7.0
# CUSTOM
versionCode
=
105000000
2
versionCode
=
105000000
3
# PLAY STORE
#versionCode=31002
3
#versionCode=31002
4
This diff is collapsed.
Click to expand it.
src/config/Version.js
View file @
a70db0df
export
const
Version
=
{
VERSION
:
'3.7.0
-rc3
'
,
BUILD
:
'201906
06
'
VERSION
:
'3.7.0'
,
BUILD
:
'201906
10
'
};
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