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
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
113
Issues
113
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
Packages
Packages
List
Container Registry
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
716df031
Commit
716df031
authored
9 hours ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release v3.8.0-rc1
parent
bfdac0c2
master
v3.8.0-rc.1
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 @
716df031
...
...
@@ -39,7 +39,7 @@ exports[`blog card component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.8.0",
"App-Version": "3.8.0
-rc1
",
"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 @
716df031
...
...
@@ -160,7 +160,7 @@ exports[`blog view screen component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.8.0",
"App-Version": "3.8.0
-rc1
",
"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 @
716df031
...
...
@@ -32,7 +32,7 @@ exports[`channel header component owner should render correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.8.0",
"App-Version": "3.8.0
-rc1
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
This diff is collapsed.
Click to expand it.
android/gradle.properties
View file @
716df031
...
...
@@ -25,7 +25,7 @@ systemProp.org.gradle.internal.http.socketTimeout=180000
versionName
=
3.8.0
# CUSTOM
versionCode
=
105000000
8
versionCode
=
105000000
9
# PLAY STORE
#versionCode=310026
This diff is collapsed.
Click to expand it.
ios/Minds/Info.plist
View file @
716df031
...
...
@@ -36,7 +36,7 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
201907
19
0001
</string>
<string>
201907
23
0001
</string>
<key>
CodePushDeploymentKey
</key>
<string>
_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ
</string>
<key>
ITSAppUsesNonExemptEncryption
</key>
...
...
This diff is collapsed.
Click to expand it.
src/config/Version.js
View file @
716df031
export
const
Version
=
{
VERSION
:
'
3.8.0
'
,
BUILD
:
'
201907
19
'
VERSION
:
'
3.8.0
-rc1
'
,
BUILD
:
'
201907
23
'
};
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