Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
a4e9d0e8
Commit
a4e9d0e8
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
build
parent
59d76d92
master
4-mysql-agile-mobile
mysql-agile-mobile
mysql-dev-agile-mobile
postgress-dev-agile-mobile
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/app/build.gradle
+2
-2
android/app/build.gradle
src/splash.js
+1
-1
src/splash.js
with
3 additions
and
3 deletions
+3
-3
android/app/build.gradle
View file @
a4e9d0e8
...
...
@@ -136,8 +136,8 @@ android {
applicationId
"com.agile24x7"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
2
0
versionName
"1.0.1
7
"
versionCode
2
1
versionName
"1.0.1
8
"
}
...
...
This diff is collapsed.
Click to expand it.
src/splash.js
View file @
a4e9d0e8
...
...
@@ -123,7 +123,7 @@ export default class App extends React.Component {
<
Image
style
=
{{
width
:
400
,
height
:
162
}}
source
=
{
require
(
'
./Images/agile2.png
'
)}
/
>
<
Text
style
=
{
styles
.
text
}
>
Powered
by
Novisync
<
/Text
>
<
Text
><
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
1
7
03
-
1
1
-
2022
<
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
1
8
03
-
1
8
-
2022
<
/Text
>
<
/View
>
);
};
...
...
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
Menu
Projects
Groups
Snippets
Help