Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(chore) v3.8.0 release test 4
· 7312a5ef
Martin Santangelo
authored
Jul 19, 2019
7312a5ef
Merge branch 'sprint/JollyJellyfish.chore.v3.8.0.testrelase4' into 'master'
· b4e74b5d
Martin Santangelo
authored
Jul 22, 2019
[Sprint/JollyJellyfish] (chore) v3.8.0 release test 4 See merge request
!261
b4e74b5d
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b4e74b5d
...
...
@@ -2,8 +2,10 @@
#
.DS_Store
# Xcode
#
ios/Podfile.lock
build/
*.pbxuser
!default.pbxuser
...
...
android/gradle.properties
View file @
b4e74b5d
...
...
@@ -25,7 +25,7 @@ systemProp.org.gradle.internal.http.socketTimeout=180000
versionName
=
3.8.0
# CUSTOM
versionCode
=
105000000
7
versionCode
=
105000000
8
# PLAY STORE
#versionCode=310026
ios/Minds/Info.plist
View file @
b4e74b5d
...
...
@@ -36,7 +36,7 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
2019071
2
000
2
</string>
<string>
2019071
9
000
1
</string>
<key>
CodePushDeploymentKey
</key>
<string>
_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ
</string>
<key>
ITSAppUsesNonExemptEncryption
</key>
...
...
src/config/Version.js
View file @
b4e74b5d
export
const
Version
=
{
VERSION
:
'
3.8.0
'
,
BUILD
:
'
2019071
2
'
BUILD
:
'
2019071
9
'
};
yarn.lock
View file @
b4e74b5d
...
...
@@ -372,7 +372,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-proposal-class-properties@7.4.
5
":
"@babel/plugin-proposal-class-properties@7.4.
4
":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz#93a6486eed86d53452ab9bab35e368e9461198ce"
integrity sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==
...
...
@@ -391,7 +391,7 @@
"@babel/helper-replace-supers" "^7.0.0"
"@babel/plugin-syntax-class-properties" "^7.0.0"
"@babel/plugin-proposal-decorators@7.4.
5
":
"@babel/plugin-proposal-decorators@7.4.
4
":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz#de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0"
integrity sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==
...
...