Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
new_excelso
Commits
ec44f125
Commit
ec44f125
authored
Jun 29, 2020
by
William Goszal
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perubahan model version & build number
parent
2780b00e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
app.json
app.json
+8
-2
Account.js
view/Account.js
+2
-5
No files found.
app.json
View file @
ec44f125
{
{
"expo"
:
{
"expo"
:
{
"extra"
:
{
"buildNumber"
:
"100"
,
"remarks"
:
""
},
"name"
:
"Excelso CRM"
,
"name"
:
"Excelso CRM"
,
"slug"
:
"excelso-crm"
,
"slug"
:
"excelso-crm"
,
"privacy"
:
"public"
,
"privacy"
:
"public"
,
...
@@ -11,6 +16,7 @@
...
@@ -11,6 +16,7 @@
],
],
"version"
:
"2.0.0"
,
"version"
:
"2.0.0"
,
"orientation"
:
"portrait"
,
"orientation"
:
"portrait"
,
"icon"
:
"./assets/excelso.png"
,
"icon"
:
"./assets/excelso.png"
,
"splash"
:
{
"splash"
:
{
...
@@ -27,14 +33,14 @@
...
@@ -27,14 +33,14 @@
"ios"
:
{
"ios"
:
{
"supportsTablet"
:
true
,
"supportsTablet"
:
true
,
"bundleIdentifier"
:
"id.web.ravintola.excelsocrm"
,
"bundleIdentifier"
:
"id.web.ravintola.excelsocrm"
,
"buildNumber"
:
"20062
7133
0"
,
"buildNumber"
:
"20062
9000
0"
,
"config"
:
{
"config"
:
{
"googleMapsApiKey"
:
"AIzaSyCvIFNvXKmBNetqPrV4VnjvF772avYbA3M"
"googleMapsApiKey"
:
"AIzaSyCvIFNvXKmBNetqPrV4VnjvF772avYbA3M"
}
}
},
},
"android"
:
{
"android"
:
{
"package"
:
"id.web.ravintola.excelsocrm"
,
"package"
:
"id.web.ravintola.excelsocrm"
,
"versionCode"
:
20062
7133
0
,
"versionCode"
:
20062
9000
0
,
"config"
:
{
"config"
:
{
"googleMaps"
:
{
"googleMaps"
:
{
"apiKey"
:
"AIzaSyAcCfuNHVFstDUE-ZDafWsiUmA3ON79cqo"
"apiKey"
:
"AIzaSyAcCfuNHVFstDUE-ZDafWsiUmA3ON79cqo"
...
...
view/Account.js
View file @
ec44f125
...
@@ -507,11 +507,8 @@ class Account extends React.Component {
...
@@ -507,11 +507,8 @@ class Account extends React.Component {
}
}
<
View
style
=
{{
flex
:
1
,
marginBottom
:
20
,
marginTop
:
25
}}
>
<
View
style
=
{{
flex
:
1
,
marginBottom
:
20
,
marginTop
:
25
}}
>
{
Platform
.
OS
===
'ios'
?
(
<
Text
style
=
{{
color
:
'grey'
,
fontSize
:
12
,
textAlign
:
'center'
}}
>
Version
{
Constants
.
manifest
.
version
}
Build
{
Constants
.
manifest
.
extra
.
buildNumber
}
<
/Text
>
<
Text
style
=
{{
color
:
'grey'
,
fontSize
:
12
,
textAlign
:
'center'
}}
>
Version
{
Constants
.
manifest
.
version
}
Build
{
Constants
.
manifest
.
ios
.
buildNumber
}
<
/Text
>
<
Text
style
=
{{
color
:
'grey'
,
fontSize
:
12
,
textAlign
:
'center'
}}
>
{
Constants
.
manifest
.
extra
.
remarks
}
<
/Text
>
)
:
(
<
Text
style
=
{{
color
:
'grey'
,
fontSize
:
12
,
textAlign
:
'center'
}}
>
Version
{
Constants
.
manifest
.
version
}
Build
{
Constants
.
manifest
.
android
.
versionCode
}
<
/Text
>
)}
<
/View
>
<
/View
>
<
/ScrollView
>
<
/ScrollView
>
...
...
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