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
4a309c82
Commit
4a309c82
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
offline
parent
4e3c861d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
android/app/build.gradle
+1
-1
android/app/build.gradle
android/app/src/main/AndroidManifest.xml
+3
-3
android/app/src/main/AndroidManifest.xml
src/WebServices/RestClient.js
+6
-6
src/WebServices/RestClient.js
with
10 additions
and
10 deletions
+10
-10
android/app/build.gradle
View file @
4a309c82
...
...
@@ -136,7 +136,7 @@ android {
applicationId
"com.agile24x7"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
7
versionCode
8
versionName
"1.0.1"
}
...
...
This diff is collapsed.
Click to expand it.
android/app/src/main/AndroidManifest.xml
View file @
4a309c82
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.agile24x7"
>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.camera.front"
android:required=
"false"
/>
<!--
<uses-permission android:name="android.permission.CAMERA"/>
-->
<!--
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
...
...
This diff is collapsed.
Click to expand it.
src/WebServices/RestClient.js
View file @
4a309c82
/*****MySql********/
//pre production environment (development)
//
export const API = "https://api-single.agile24x7.com/release/";
//
export const ReportsAPI = "https://testapiv2reporting.agile24x7.com/";
//
export const Client_URL = "https://sdtest.agile24x7.com/#/";
export
const
API
=
"
https://api-single.agile24x7.com/release/
"
;
export
const
ReportsAPI
=
"
https://testapiv2reporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://sdtest.agile24x7.com/#/
"
;
//production environment
// export const API = "https://api-single.agile24x7.com/Migration/";
...
...
@@ -22,6 +22,6 @@
//production environment
export
const
API
=
"
https://api-single.agile24x7.com/pg_prod/
"
;
export
const
ReportsAPI
=
"
https://pgreporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://www.agile24x7.com/#/
"
;
\ No newline at end of file
// export const API = "https://api-single.agile24x7.com/pg_prod/";
// export const ReportsAPI = "https://pgreporting.agile24x7.com/";
// export const Client_URL = "https://www.agile24x7.com/#/";
\ No newline at end of file
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