Skip to content
GitLab
Menu
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
eb77ae80
Commit
eb77ae80
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
build
parent
6fea400d
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 @
eb77ae80
...
@@ -136,8 +136,8 @@ android {
...
@@ -136,8 +136,8 @@ android {
applicationId
"com.agile24x7"
applicationId
"com.agile24x7"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
19
versionCode
20
versionName
"1.0.1
6
"
versionName
"1.0.1
7
"
}
}
...
...
This diff is collapsed.
Click to expand it.
src/splash.js
View file @
eb77ae80
...
@@ -123,7 +123,7 @@ export default class App extends React.Component {
...
@@ -123,7 +123,7 @@ export default class App extends React.Component {
<
Image
style
=
{{
width
:
400
,
height
:
162
}}
source
=
{
require
(
'
./Images/agile2.png
'
)}
/
>
<
Image
style
=
{{
width
:
400
,
height
:
162
}}
source
=
{
require
(
'
./Images/agile2.png
'
)}
/
>
<
Text
style
=
{
styles
.
text
}
>
Powered
by
Novisync
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
Powered
by
Novisync
<
/Text
>
<
Text
><
/Text
>
<
Text
><
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
1
6
03
-
04
-
2022
<
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
1
7
03
-
11
-
2022
<
/Text
>
<
/View
>
<
/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